style: format files

This commit is contained in:
xyvs
2024-11-04 21:03:28 +00:00
committed by github-actions[bot]
parent 221915049b
commit 67e753fabf
3 changed files with 501 additions and 502 deletions

View File

@@ -1,8 +1,8 @@
import { createApp } from 'vue'
import App from './App.vue'
import router from './router'
import './index.css'
import { createApp } from "vue";
import App from "./App.vue";
import router from "./router";
import "./index.css";
const app = createApp(App)
app.use(router)
app.mount('#app')
const app = createApp(App);
app.use(router);
app.mount("#app");