摘要: 在Vue中,移动端的index.html中,可以移除, 以解除Mint-UI的影响 阅读全文
posted @ 2020-10-24 21:47 wing1377 阅读(117) 评论(0) 推荐(0)
摘要: 应用 <style scoped></style> 作用:将 css 仅限于这个组件 阅读全文
posted @ 2020-10-24 20:12 wing1377 阅读(83) 评论(0) 推荐(0)
摘要: 原因: 你的“”xxx‘’属性或者"xxx"方法没有定义,查看你的data或者methods或者prop 解决: export default { data(){ return{ xxx:"" }, methods:{ xxx(){} } } } 阅读全文
posted @ 2020-10-24 19:50 wing1377 阅读(4056) 评论(0) 推荐(0)