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
I add shards-vue in my project with larvel backend and vuejs frontend. When I start building app, evrything fine and webpack is fine, and build is successfully run! But...
Current Behavior
When I open page this is error in my app
vue.common.dev.js:630 [Vue warn]: The .native modifier for v-on is only valid on components but it was used on .
found in
---> at /Users/hisk/Projects/GitHub/shards-vue/src/components/link/Link.vue
at /Users/hisk/Projects/GitHub/shards-vue/src/components/nav/NavItem.vue
at /Users/hisk/Projects/GitHub/shards-vue/src/components/navbar/NavbarNav.vue
at /Users/hisk/Projects/GitHub/shards-vue/src/components/collapse/Collapse.vue
at /Users/hisk/Projects/GitHub/shards-vue/src/components/navbar/Navbar.vue
at resources/js/layouts/front/header.vue
at resources/js/layouts/front-page.vue
Please help.
The text was updated successfully, but these errors were encountered:
Expected Behavior
I add shards-vue in my project with larvel backend and vuejs frontend. When I start building app, evrything fine and webpack is fine, and build is successfully run! But...
Current Behavior
When I open page this is error in my app
vue.common.dev.js:630 [Vue warn]: The .native modifier for v-on is only valid on components but it was used on .
found in
---> at /Users/hisk/Projects/GitHub/shards-vue/src/components/link/Link.vue
at /Users/hisk/Projects/GitHub/shards-vue/src/components/nav/NavItem.vue
at /Users/hisk/Projects/GitHub/shards-vue/src/components/navbar/NavbarNav.vue
at /Users/hisk/Projects/GitHub/shards-vue/src/components/collapse/Collapse.vue
at /Users/hisk/Projects/GitHub/shards-vue/src/components/navbar/Navbar.vue
at resources/js/layouts/front/header.vue
at resources/js/layouts/front-page.vue
Please help.
The text was updated successfully, but these errors were encountered: