mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 10:16:47 +00:00
refactor(gui): linting
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import Vue from 'vue';
|
||||
import Vue from 'vue'
|
||||
|
||||
const GlobalPlugins = {
|
||||
install(v) {
|
||||
v.prototype.$eventBus = new Vue();
|
||||
},
|
||||
};
|
||||
install (v) {
|
||||
v.prototype.$eventBus = new Vue()
|
||||
}
|
||||
}
|
||||
|
||||
Vue.use(GlobalPlugins);
|
||||
Vue.use(GlobalPlugins)
|
||||
|
||||
Reference in New Issue
Block a user