标签:vue

moment.js日期时间插件,设置中文语言的方法

moment.js日期时间插件,设置中文语言的方法

我是vue3项目,npm install moment --save 安装后,直接在项目中导入moment和相关语言包即可。 import moment from 'moment' import 'moment/dist/locale/zh-cn' 这里有个坑,网上很多资料都是让你imp

admin admin 2024-01-18
0 0 0
vue报错[Vue warn]: Unknown custom element: <mycom1> – did you register the component correctly? For recursive components, make sure to provide the “name” option.的解决方法

vue报错[Vue warn]: Unknown custom element: <mycom1> – did you register the component correctly? For recursive components, make sure to provide the “name” option.的解决方法

在vue开发的时候,调用组件后有如下报错: [Vue warn]: Unknown custom element: <mycom1> - did you register the component correctly? For recursive components, make s

admin admin 2018-09-01
1.7W+ 5 0