Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mew-iview
  • src
  • mixins
  • locale.js
  • some component support i18n ...
    4ab11811
    some component support i18n
    梁灏 authored
    2017-01-11 21:02:55 +0800  
    Browse Code »
locale.js 144 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9
import { t } from '../locale';

export default {
    methods: {
        t(...args) {
            return t.apply(this, args);
        }
    }
};