UNPKG
vue-uiv
Version:
latest (0.21.5)
0.21.5
0.21.4
Bootstrap 3 components implemented by Vue 2.
github.com/wxsms/uiv
wxsms/uiv
vue-uiv
/
src
/
mixins
/
localeMixin.js
10 lines
(8 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import {t}
from
'../locale'
export
default
{ methods: { t (...
args
) {
return
t.apply(
this
,
args
) } } }