elk/components/command/CommandRoot.vue

8 lines
102 B
Vue
Raw Normal View History

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