初始化
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { createApp } from "vue"
|
||||
import App from "./App.vue"
|
||||
import "./style.css"
|
||||
import "highlight.js/styles/atom-one-dark.css"
|
||||
import router from "./router"
|
||||
|
||||
const app = createApp(App)
|
||||
|
||||
Reference in New Issue
Block a user