1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-07 04:39:10 +01:00
elk/components/command/CommandRoot.vue

8 lines
102 B
Vue
Raw Normal View History

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