-
**Is your feature request related to a problem? Please describe.**
vite can't build component when using class component. error - expected class, but get const ...
-
## Bug report(问题描述)
https://github.com/PanJiaChen/vue-element-admin/blob/46cc375d0d91261a7962715dd48e66e10e8c5872/vue.config.js#L100-L136
vue 配置多页应用, chunk-vendors 等文件没有注入到 .html 中, 必须得删除掉这段代码…
-
I am trying to use `vue-class-component` (and decorators) with webpack encore but I get a syntax error (probably from a wrong webpack configuration).
```
Syntax Error:
import { Loading, Progress…
-
I am using lottie-web, how to add lottie-interactivity to this component.
Lottie.vue Component
```
import lottie from "lottie-web";
export default {
props: {
name: {
t…
-
The `api` app contains code that should be moved to the `accounts` app. Move all of the following code to the `accounts` app, fix any related imports, and make migrations (if necessary).
- [x] [api…
-
**Problem**:
When building a Vue 3.0 project that hasn't been built before, the plugin raises errors e.g. (the actual error depends on the configuration):
```
[vite-plugin-pwa] Couldn't find confi…
-
Using the @types/vue2-datepicker package you get the following error when compiling:
TS2345: Argument of type '{ components: { DatePicker: Component; }; }' is not assignable to parameter of type 'V…
-
Hi,
I'm a beginner using node.js, electron and vue and now I get many errors (and also warnings) during compiling with "npm run dev" which I can't solve. I have no idea what is causing this errrors? …
-
The R4MP codebase is currently using Vue.js v2.x. The next major version, v3, has been out for a few months.
[Release Notes](https://github.com/vuejs/vue-next/releases/tag/v3.0.0)
> provides imp…
-
Hello. I'm having an issue using the typescript sample that's in the docs. The compiler complains about types. Any ideas how can I fix this?
The code:
![image](https://user-images.githubusercont…