vux-- Vue.js 移动端 UI 组件库
Posted cowboybusy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vux-- Vue.js 移动端 UI 组件库相关的知识,希望对你有一定的参考价值。
1.使用
安装或更新:
npm install vux --save
npm install vux-loader --save
如果没有安装less:
npm install less less-loader --save-dev
2.使用
在main.js里面:
import AlertPlugin from "vux";
Vue.use(AlertPlugin)
组件里:
methods: vuealert(msg) this.$vux.alert.show( content: msg, buttonText: "好的", hideOnBlur: true ); ,
以上是关于vux-- Vue.js 移动端 UI 组件库的主要内容,如果未能解决你的问题,请参考以下文章