You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should be able to install it just like any other Vue plugin. This could change based on the version of Laravel, but generally should all work the same.
$ npm install vue-muuri --save
Then in your main js file before your Vue instance is created, use...
importVueMuurifrom'vue-muuri'Vue.use(VueMuuri)
Then follow the documentation to use the plugin. If you're still having issues, let me know what version of Laravel you're using. I've used this with a custom Laravel / Vue environment many times, so there shouldn't be any issues if it's setup correctly.
No description provided.
The text was updated successfully, but these errors were encountered: