0👍
You can install component globally
const SweetModal = require('sweet-modal-vue/plugin.js').default
Vue.use(SweetModal)
then in your code
<sweet-modal>Well Hello There</sweet-modal>
- [Vuejs]-Nuxt.js routes limit possible parameter options
- [Vuejs]-Increase image width base on likes and show the current Prozent
Source:stackexchange.com