1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-23 14:46:48 +01: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>