
移动端ui
文章平均质量分 76
移动端ui
努力吧灰灰兔
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
引入mui.js报错 删除严格模式 mui滑动组件无效 scroll组件报错
Uncaught TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them 报错原因: webpack打包时使用的严格模式打包,而mui.js内部使用了'call...原创 2019-12-14 18:32:36 · 656 阅读 · 1 评论 -
一:移动端UI框架mint-ui
声明:本文仅用于学习分享.是根据教学视频做的笔记,如涉及侵权,可联系我立即删除,谢谢! Mint-UI中按钮组件的使用 简介:Mint UI是基于 Vue.js 的移动端组件库.mint-ui官网 1.安装 // 安装 # Vue 1.x npm install mint-ui@1 -S # Vue 2.0 npm install mint-ui -S 2.引入 // 引入全部组件 //先引入v...原创 2019-12-07 19:34:26 · 3419 阅读 · 0 评论