摘要:
在做vue+ant design vue + ts 时遇到的坑: 1. from表单回显时间日期遇到的问题 我们需要借助 moment 来做一下处理 ant design vue 官方给出 import momentfrom 'moment'; import 'moment/locale/zh-cn 阅读全文
摘要:
第一步:引入: import {Component,Prop,Watch, Vue} from 'vue-property-decorator';//注意点: 首字母都是大写第二步:用法 1.component @Component({ components:{ //组件的名字 }})export 阅读全文