@@ -3,7 +3,7 @@ import myconfig from '../myconfig'
|
||||
|
||||
// leave the export, even if you don't use it
|
||||
export default ({ Vue }) => {
|
||||
//Vue.use(myconfig);
|
||||
// Vue.use(myconfig);
|
||||
// something to do
|
||||
Vue.prototype.$myconfig = myconfig
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user