Remove redundant code

This commit is contained in:
Tamius Han 2020-12-01 00:22:22 +01:00
parent 97099ece1c
commit e56551c79d

View File

@ -1,7 +1,4 @@
import { createApp } from 'vue'
import App from './App';
// global.browser = require('webextension-polyfill')
// Vue.prototype.$browser = global.browser
createApp(App).mount('#app');