mirror of
https://github.com/elk-zone/elk
synced 2024-12-26 04:28:00 +09:00
8 lines
102 B
Vue
8 lines
102 B
Vue
|
<script setup lang="ts">
|
||
|
provideGlobalCommands()
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<CommandPanel />
|
||
|
</template>
|