Open Alexey-Myshevskiy opened 7 years ago
Nuxtjs uses Vue2. This project uses Vue1. You will have to switch to: https://github.com/wffranco/vue-strap But right now, there is another problem left with SSR (serverside rendering). I managed to fix it, but i need to have a PR accepted for it. Patience.
I tried do how described in docs: `var alert = require('vue-strap/src/alert'); // or var alert = require('vue-strap').alert;
new Vue({ components: { alert: alert } }) - did you register the component correctly? For recursive components, make sure to provide the "name" option.
(found in anonymous component at /home/alexey-dev/WebStormProjects/vueWebDevStudio/pages/blog/index.vue)`
How plug this library correctly to Nuxt project anyone know?
but problem is
[Vue warn]: Unknown custom element: