🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

vue-small-tip

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-small-tip

vue-small-tip

latest
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

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!')
    }
}

FAQs

Package last updated on 14 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts