1
0
mirror of https://github.com/elk-zone/elk synced 2025-01-19 22:02:50 +09:00
elk/components/command/Root.vue
QiroNT 59802f0896
feat: command palette (#200)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2022-11-29 16:15:05 +08:00

8 lines
102 B
Vue

<script setup lang="ts">
provideGlobalCommands()
</script>
<template>
<CommandPanel />
</template>