Skip to content

Commit 7ada4b1

Browse files
Update app/components/CommandBar.vue
Co-authored-by: Robin <robin.kehl@singular-it.de>
1 parent 6d44e65 commit 7ada4b1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/components/CommandBar.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ const cmdList = [
7171
},
7272
]
7373
74-
const selected = ref(cmdList[0]?.id || '')
75-
const inputVal = ref('')
76-
const show = ref(false)
77-
const triggeringId = ref('')
74+
const selected = shallowRef(cmdList[0]?.id || '')
75+
const inputVal = shallowRef('')
76+
const show = shallowRef(false)
77+
const triggeringId = shallowRef('')
7878
const inputRef = useTemplateRef('inputRef')
7979
8080
const { focused: inputFocused } = useFocus(inputRef)

0 commit comments

Comments
 (0)