Added bootstrap and navbar component
This commit is contained in:
@ -19,4 +19,7 @@ const app = createApp(App);
|
||||
app.use(router);
|
||||
app.use(OpenLayersMap)
|
||||
app.use(LoadingPlugin)
|
||||
app.mount('#app')
|
||||
app.mount('#app')
|
||||
|
||||
import "bootstrap/dist/css/bootstrap.css";
|
||||
import "bootstrap/dist/js/bootstrap.js";
|
Reference in New Issue
Block a user