0.0.8 • Published 6 years ago

common-notify v0.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Vue组件包

使用方法

安装

yarn add common-notify --dev

使用

<template>
 <div>
   <Notify content="this is notify information"></Notify>
 </div>
</template>
import Notify from 'common-notify';
export default {
    commonpents: {
        Notify
    }
}
名称类型默认描述
contentstring提示信息
0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago