Skip to content

Commit d29cffc

Browse files
authored
Update ui-audio.md
1 parent beab2aa commit d29cffc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/nodes/widgets/ui-audio.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,12 @@ dynamic:
3737
<script setup>
3838
import { ref } from 'vue'
3939

40-
import ExampleButtonHold from '../../examples/ui-button-hold.json'
41-
4240
import TryDemo from "./../../components/TryDemo.vue"
43-
import FlowViewer from '../../components/FlowViewer.vue'
4441

45-
const examples = ref({
46-
'hold': ExampleButtonHold
47-
})
4842
</script>
4943

5044

51-
<TryDemo href="button-example">
45+
<TryDemo href="audio-example">
5246

5347
# Audio `ui-audio`
5448

0 commit comments

Comments
 (0)