This commit is contained in:
@@ -179,12 +179,20 @@ Vue.directive("focus", {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
// INSTANTIATE
|
||||
//
|
||||
Vue.prototype.$ay = {
|
||||
//development mode, this enables data-cy tags for testing, development level error messages etc
|
||||
dev: true,
|
||||
t: function(tKey) {
|
||||
return translation.get(tKey);
|
||||
}
|
||||
};
|
||||
new Vue({
|
||||
vuetify: Vuetify,
|
||||
router,
|
||||
store,
|
||||
render: h => h(App)
|
||||
render: (h) => h(App)
|
||||
}).$mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user