Add bootstrap to project
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
import "bootstrap/dist/css/bootstrap.min.css";
|
||||
import { createApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
import "./registerServiceWorker";
|
||||
|
||||
createApp(App).mount("#app");
|
||||
|
||||
import "bootstrap/dist/js/bootstrap.js";
|
||||
|
Reference in New Issue
Block a user