vue js中的moment导入

1 安装
  npm i moment -S

2  import moment from 'moment'
    import 'moment/locale/zh-cn'
    moment.locale('zh-cn')

3 过滤器中用
    <time>{{ todo.created | date }}</time>

猜你喜欢

转载自jackyrong.iteye.com/blog/2387652
今日推荐