ac-notification

在线示例

https://tinper-acs.github.io/ac-notification/

效果

API

参数 说明 类型 默认值
openmess 打开ac-notification func ''
close 关闭ac-notification func ''
title ac-notification标题 string ''
content ac-notification内容 string ''
type ac-notification类型 string [error,warning,success,info]中任意值

开发调试

$ npm install -g ac-tools
$ git clone git@github.com:tinper-acs/ac-notification.git
$ cd ac-notification
$ npm install
$ npm run dev