全局引入 1.在main.js中全局引入全部vant组件 优点:可以在所有vue文件的template中定义所需组件缺点:打包发布时会增加包的大小,Vue的SPA首屏打开时本来就有些慢,同时不能在js中使用类似Toast功能的组件 代码如下: // main.jsimport Vant from 'vant'import 'vant/lib/vant-css/index.css'Vue
获取当前所在的月份的月初和当天的日期 computed: {// 默然展示月初的第一天formattedFirstDayOfMonth() {const now = new Date();const firstDayOfMonth = new Date(now.getFullYear(), now.getMonth(), 1);const year = firstDayOfMonth.getFu
Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the “name” option. found in —> at src/views/layout/index.vue at src/App.vue 在使用v