1.0.6 • Published 3 years ago

manage-component-team v1.0.6

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

manage-component

介绍

后台的公共组件

软件架构

  1. lib放引入的插件以及抽取出来公共js。
  2. package放组件内容,每个组件应包含一个.vue文件,一个.css文件,一个.js文件。
  3. index.js为组件的入口文件。每次完成的组件需要在这里进行注入。

安装教程

 1. npm i manage-component-team
 2. import ManageUI from 'manage-component-team'
 3. Vue.use(ManageUI)

使用说明

  • this.$BaseAlert

    • message: 信息提示的文本信息
    • type: 信息提示的类型,目前支持两种类型:success 成功 error 失败

      eg:

      this.$BaseAlert({ message: '你好', type: 'success' })

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request
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