v-black-hole
v0.1.1
Published
## Features
Downloads
3
Maintainers
Readme
Vue Black Hole
Features
Setup
Install with npm
npm install --save v-black-hole
Install with yarn
yarn add v-black-hole
Vue instance
import Vue from 'vue'
import VBlackHole from 'v-black-hole'
Vue.use(VBlackHole)
Nuxt
Add to modules section at your nuxt.config.js
module.exports = {
modules: [
'VBlackHole/nuxt',
],
}