mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 09:16:46 +00:00
5 lines
104 B
TypeScript
Executable File
5 lines
104 B
TypeScript
Executable File
import Vue from 'vue'
|
|
import CommandMenu from 'vue-cmd-menu'
|
|
|
|
Vue.component('CommandMenu', CommandMenu)
|