forked from forks/ffprobe-wasm
Update main.js
This commit is contained in:
@@ -5,10 +5,6 @@ import App from './App.vue'
|
||||
import 'bootstrap/dist/css/bootstrap.css';
|
||||
import 'bootstrap-vue/dist/bootstrap-vue.css';
|
||||
|
||||
// import("hello").then(mod => {
|
||||
// Vue.prototype.$mp4 = mod;
|
||||
|
||||
|
||||
Vue.use(BootstrapVue);
|
||||
|
||||
Vue.config.productionTip = false
|
||||
@@ -16,6 +12,6 @@ import 'bootstrap-vue/dist/bootstrap-vue.css';
|
||||
new Vue({
|
||||
render: h => h(App),
|
||||
}).$mount('#app')
|
||||
// });
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user