1
0
Fork 0
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:
Anthony Fu 2022-11-30 05:50:13 +08:00
parent 59e365591d
commit cf63bce459
11 changed files with 18 additions and 10 deletions
components/command

View file

@ -0,0 +1,7 @@
<script setup lang="ts">
provideGlobalCommands()
</script>
<template>
<CommandPanel />
</template>