Skip to content

Commit e513e3e

Browse files
committed
fix: use terminal prompt
1 parent 1598827 commit e513e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/VueCommandQuery.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const placeholder = ref('')
129129
const queryRef = ref(null)
130130
131131
const local = reactive({
132-
prompt: '',
132+
prompt: terminal.value.prompt,
133133
query: ''
134134
})
135135
const multilineQueries = reactive([])

0 commit comments

Comments
 (0)