0👍
Did you register your plugin into the nuxt.config.js
file?
export default {
...
plugins: [
'~/plugins/helpers.js'
]
}
- [Vuejs]-Can we use library function without calling 'this'?
- [Vuejs]-Generateing dynamic id attribute for radio and checkboxes in vue
Source:stackexchange.com