Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
1 answer
299 views

I am currently trying to migrate from Vue2 to Vue3 using migration build. When I try to build the project, the following error occurs: Syntax Error: TypeError: Cannot read properties of undefined (...
Rae's user avatar
  • 15
0 votes
1 answer
246 views

let paged = new Previewer(); paged.preview('test', \[\], document.body).then((flow) =\> { console.log("Rendered", flow.total, "pages."); }); Facing issue: 1:1188-1197 export '...
Deepak Walia's user avatar
0 votes
0 answers
115 views

always show error ERROR in ./public/data-test.csv 2:12 Module parse failed: Unexpected token (2:12) You may need an appropriate loader to handle this file type, currently no loaders are configured to ...
Habibatul Jalilah's user avatar
-1 votes
1 answer
509 views

Hello Stack Overflow community! I'm facing an issue with rendering a component in Laravel Nova after updating dependencies in the project. When trying to open the component in Laravel Nova, I get an ...
Ilya Pelevin's user avatar
2 votes
1 answer
3k views

I'm using Swiper Element for slide effects in a Vue app, it works fine but I keep getting these two warnings, [Vue warn]: Failed to resolve component: swiper-slide If this is a native custom element, ...
anas ali's user avatar
  • 113
0 votes
1 answer
785 views

I'm working on adding a custom tool to an existing Laravel application using Laravel Nova for the admin panel. The auto generated tool that is created with "php artisan nova:tool vendor/name"...
Koen Dekker's user avatar
0 votes
1 answer
139 views

I have a new, very barebones project. If I attempt to import json into my entry file (vanilla .js), it works, eg: import pkg from './package.json'; When I attempt to do the same in a .vue file's <...
derrick's user avatar
0 votes
0 answers
121 views

I'm trying to configure webpack to compile/bundle small standalone Vue apps (each living in their own separate subdirectory) once, automatically from the top level; instead of setting up webpack ...
Nonchalant's user avatar
0 votes
2 answers
795 views

I updated Nodejs version on my Vue 2 project from 14 to 18 (16 has the same issue). It was fine in the beginning. But, at some point in the last month when I decided to clean up Docker caches, images, ...
dudintv's user avatar
  • 61
1 vote
1 answer
282 views

The issue is when I switch from Route 1 to Route 2 then First "created" of route2 being called after that "unmounted" of route1. Actually it should be like first "unmounted&...
UIDev's user avatar
  • 21
0 votes
0 answers
49 views

**The require method images are not rendered with Vuejs. Even though I've add the vue-loader dependency, and the props are delivered correctly. The template is simple - just an array in App component, ...
user avatar
2 votes
2 answers
17k views

I try to migrate a large existing codebase from Vue2 to Vue3 using Webpack. So I upgraded the necessary packages in package.json to looks like this (no problems here): "vue": "^3.2.45&...
Reynicke's user avatar
  • 1,588
1 vote
1 answer
949 views

I want to create mini Vue app embedded in the Shopware 6 storefront (inside TWIG ecosystem). So far I have this: MyPluginTheme\src\Resources\app\storefront\build\webpack.config.js const { join, ...
Robert Rypuła's user avatar
1 vote
0 answers
231 views

v-model works fine when using string templates using template: '<div>....' but doesn't work when using SFC components using <template> element. I am using a custom configuration with ...
user2080105's user avatar
  • 1,706
12 votes
2 answers
15k views

I am trying to use vue-loader with my SPA VUE APP, And I'm getting the following error. ERROR in ./app2.vue Module build failed (from ./node_modules/vue-loader/dist/index.js): TypeError: Cannot ...
daniel's user avatar
  • 199

15 30 50 per page
1
2 3 4 5
18