1
0
mirror of https://github.com/elk-zone/elk synced 2024-12-04 01:38:06 +09:00
elk/components/command/CommandRoot.vue
2022-11-30 05:50:13 +08:00

8 lines
102 B
Vue

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