摘要: 1、Vue.use形式 1)、创建文件 plugins -> vant.js import Vue from 'vue' import Vant from 'vant' Vue.use(Vant) 2)、nuxt.config.js 内引入插件 2、Vue.prototype 形式 1)、创建文件 阅读全文
posted @ 2022-09-14 16:17 忙着可爱呀~ 阅读(63) 评论(0) 推荐(0)