mirror of
https://github.com/elk-zone/elk.git
synced 2025-05-09 08:43:00 +03:00
refactor: i18n
This commit is contained in:
parent
59e365591d
commit
cf63bce459
11 changed files with 18 additions and 10 deletions
components/command
7
components/command/CommandRoot.vue
Normal file
7
components/command/CommandRoot.vue
Normal file
|
@ -0,0 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
provideGlobalCommands()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<CommandPanel />
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue