1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-03-26 03:21:17 +03:00
elk/components/command/Root.vue

8 lines
102 B
Vue
Raw Normal View History

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