1.0.2 • Published 7 years ago

notice-puge v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

notice-puge

default

安装

npm i -save notice-puge
或
yarn add notice-puge

使用

<template lang="pug">
  <div>
    <Notice v-model="notice"></Notice>
  </div>
</template>

<script>
import Notice from 'notice-puge'
export default {
  name: 'home',
  components: {
    Notice
  },
  data () {
    return {
      notice: "XX系统于2018-10-12故障,已下发短信提醒。",
    }
  }
}
</script>

参数

参数      含义        类型 是否必须
text显示的文字Stringtrue
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago