perf(main.js): quitados importación de archivos js de bootstrap

parent 752e93d8
Showing with 4 additions and 1 deletions
......@@ -5,7 +5,10 @@ import App from './App.vue'
import router from './router'
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap/dist/js/bootstrap.bundle.js'
import 'bootstrap-icons/font/bootstrap-icons.css'
//import 'bootstrap/dist/js/bootstrap.bundle.js'
//import 'bootstrap/dist/js/bootstrap.bundle.min.js'
const app = createApp(App)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment