修改插件的实现和文档

This commit is contained in:
编码猿
2025-09-19 13:01:26 +08:00
parent 79a0c9a451
commit b3718c4097
10 changed files with 130 additions and 120 deletions

View File

@@ -2,10 +2,9 @@
import '@abraham/reflection'
import { createApp } from 'vue'
import { createPinia } from 'pinia'
import { App } from './App'
import App from './App'
import router from './router'
class Main {
constructor() {
createApp(App)