[add] Bootstrap

This commit is contained in:
2022-04-10 23:06:20 +08:00
parent a44af83b9f
commit 4b8a5f4358
6 changed files with 94 additions and 42 deletions

View File

@@ -1,4 +1,6 @@
import { createApp } from 'vue'
import App from './App.vue'
import 'bootstrap/dist/css/bootstrap.min.css';
import { createApp } from 'vue';
import App from './App.vue';
createApp(App).mount('#app')