moved t function to global and misc cleanup
This commit is contained in:
@@ -179,7 +179,6 @@ Vue.directive("focus", {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
// INSTANTIATE
|
||||
//
|
||||
@@ -194,5 +193,5 @@ new Vue({
|
||||
vuetify: Vuetify,
|
||||
router,
|
||||
store,
|
||||
render: (h) => h(App)
|
||||
render: h => h(App)
|
||||
}).$mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user