提交 20dd9106 编写于 作者: View Design's avatar View Design

Update Ask.vue

上级 5a54334b
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</template> </template>
<script setup> <script setup>
const { metaSymbol } = useShortcuts() const { metaSymbol } = useShortcuts()
const placeholder = `提出后续问题${useDevice() === 'desktop' ? '' + metaSymbol.value + 'L)' : ''}` const placeholder = computed(() => `提出后续问题${useDevice() === 'desktop' ? '' + metaSymbol.value + 'L)' : ''}`)
const props = defineProps({ const props = defineProps({
asking: { asking: {
type: Boolean, type: Boolean,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册