shards-vue icon indicating copy to clipboard operation
shards-vue copied to clipboard

Laravel vuejs issue

Open zdrave08 opened this issue 5 years ago • 1 comments

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

---> <DLink> at /Users/hisk/Projects/GitHub/shards-vue/src/components/link/Link.vue <DNavItem> at /Users/hisk/Projects/GitHub/shards-vue/src/components/nav/NavItem.vue <DNavbarNav> at /Users/hisk/Projects/GitHub/shards-vue/src/components/navbar/NavbarNav.vue <DCollapse> at /Users/hisk/Projects/GitHub/shards-vue/src/components/collapse/Collapse.vue <DNavbar> at /Users/hisk/Projects/GitHub/shards-vue/src/components/navbar/Navbar.vue <AppHeader> at resources/js/layouts/front/header.vue <FrontPage> at resources/js/layouts/front-page.vue <Root>

Please help.

zdrave08 avatar Jul 18 '20 17:07 zdrave08

There is a open Pull Request for this issue. https://github.com/DesignRevision/shards-vue/pull/28

Please, leave your comment there to wake up @design-revision.

maiquelcraash avatar Feb 19 '21 10:02 maiquelcraash