index
:
Fulgen-pub/parry-ui
master
[no description]
maxmitti
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
vueMoment.js
blob: dd8ebfb88e193a2e874b4f609e30a3f660ae9e1c (
plain
)
1
2
3
4
5
import
VueMoment
from
'vue-moment'
export default
({
Vue
}) => {
Vue
.
use
(
VueMoment
)
}