1.0.9 • Published 4 years ago

vue-cms-notice v1.0.9

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

cms-notice

引入

import Vue from 'vue';
import Notice from 'vue-cms-notice/index.umd.min'
import 'vue-cms-notice/index.css'
Vue.use(Notice);

使用

<cms-notice :config="config"></cms-notice>
config为业务系统请求参数
config: {
        url: 'http://jflkgdfkljfd',
        method: 'get',
        headers: {},
        data: {}
},

或者

<cms-notice :config="config" v-if="$store.state.token" v-slot="scope">
  我的消息 <span >{{ scope.count }}</span>
</cms-notice>

Customize configuration

See Configuration Reference.

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago