v-black-hole
v0.1.1
Published
## Features
Downloads
7
Maintainers
Readme
Vue Black Hole
Features
Setup
Install with npm
npm install --save v-black-holeInstall with yarn
yarn add v-black-holeVue 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',
],
}