test: test push first commit

This commit is contained in:
niyonggui
2022-03-26 10:22:25 +08:00
parent c43f39efef
commit a67bb48f26

View File

@@ -30,7 +30,7 @@ import { createApp } from 'vue'
import App from './App.vue'
import './permission'
// 创建实例
const setupAll = async () => {
const app = createApp(App)