1.0.8 • Published 3 years ago

mmbl-vui-ui v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

mmbl-vui

mmbl的组件库

Build Setup

# install dependencies
npm install
npm install mmbl-vui -S
import Vue from 'vue'
import mmblVui from 'mmbl-vui'

Vue.use(mmblVui)

# 示例:demo组件
<demo>我是demo组件</demo>

#示例:消息提示窗
this.$message("我是信息");
this.$message({
    text: "警告",//文本内容
    duration: 3000,//显示时间
    type: "success", //窗口类型 成功:success 失败:error
});

For detailed explanation on how things work, consult the docs for vue-loader.

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago