ahmedsaoud31 / laravel-permission-to-vuejs

Laravel Permission Package To Use it in VueJs
89 stars 28 forks source link

Property or method "is" is not defined #9

Closed tylerlmn closed 2 years ago

tylerlmn commented 2 years ago

Hey,

I have in my .vue file the code for testing: `

EUR 0,00

                            </div>`

When I reload the site, I have this error: [Vue warn]: Property or method "is" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.

My app.js window.Vue = require('vue').default; import LaravelPermissionToVueJS from 'laravel-permission-to-vuejs'; const app = new Vue({ LaravelPermissionToVueJS, el: '#app', router: new VueRouter(routes) });

Can anyone help me, why I have the error?

Thanks!

Regards, Tyler