vue-small-tip

1.0.4 • Public • Published

vue-small-tip


npm i vue-small-tip

main.js

import VueSmallTip from 'vue-small-tip'
import 'vue-small-tip/dist/style-pc.less'
// or
import 'vue-small-tip/dist/style-mobile.less'
Vue.use(VueSmallTip)
export default {
    data () {
        return {}
    },
    created () {
        this.$tipMessage('hello!')
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i vue-small-tip

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

27.9 kB

Total Files

15

Last publish

Collaborators

  • xiwell