UNPKG

@itools-front/ifrontui

Version:

Vue Material Component Framework

14 lines (13 loc) 248 B
import Vue from 'vue'; export default Vue.extend({ name: 'localable', props: { locale: String }, computed: { currentLocale() { return this.locale || this.$ifrontui.lang.current; } } }); //# sourceMappingURL=index.js.map