style:fmt

This commit is contained in:
dichgrem
2025-11-14 16:57:34 +08:00
parent 7e5c5edd1d
commit e19cf3d551
7 changed files with 63 additions and 57 deletions

View File

@@ -1,5 +1,5 @@
import { createApp } from 'vue'
import App from './App.vue'
import './assets/global.css'
import { createApp } from "vue";
import App from "./App.vue";
import "./assets/global.css";
createApp(App).mount('#app')
createApp(App).mount("#app");