1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-03-22 01:26:12 +03:00
elk/components/command/CommandRoot.vue
2022-11-30 05:50:13 +08:00

7 lines
102 B
Vue

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