Update to @nextcloud/vue@2.0.0 and fix vue2-datepicker translate injection
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -42,12 +42,8 @@ if (!process.env.HOT) {
|
||||
}
|
||||
sync(store, router)
|
||||
|
||||
Vue.mixin({
|
||||
methods: {
|
||||
t: translate,
|
||||
n: translatePlural,
|
||||
},
|
||||
})
|
||||
Vue.prototype.t = translate
|
||||
Vue.prototype.n = translatePlural
|
||||
|
||||
Vue.directive('tooltip', Tooltip)
|
||||
Vue.directive('click-outside', ClickOutside)
|
||||
|
||||
Reference in New Issue
Block a user