0.0.8 • Published 5 years ago

common-notify v0.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
5 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

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago