@@ -32,6 +32,12 @@ Vue.filter('findByValue', (array, value) => {
return item ? item.text : ''
});
Vue.prototype.$langPre = {
computedProp (suffix) {
return i18n.locale.slice(0, 2) + '_' + suffix
}
import store from '@/vuex/store.js'
const app = new Vue({
The note is not visible to the blocked user.