1.3.3 • Published 3 years ago

@lin-view-ui/alert v1.3.3

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

Alert

在线文档

http://ui.linjiafu.top/alert

安装

npm install @lin-view-ui/alert

快速开始

import Vue from 'vue';
import Alert from '@lin-view-ui/alert';
import '@lin-view-ui/alert/dist/style.css'

Vue.use(Alert);

// or
Vue.component(Alert.name, Alert);

浏览器支持

  • 现代浏览器和 IE10 及以上
  • Electron

贡献

如果你在使用 lin-view-ui 时遇到问题,或者有好的建议,欢迎给我提 Issue

LICENSE

MIT

1.3.3

3 years ago

1.3.2

3 years ago