-
The latest update to version 2.1.2 brakes the editor (2.1.1 still works). The following error occurs:
```
runtime-core.esm-bundler.js:408 Uncaught DOMException: Failed to execute 'postMessage' on …
-
My Vue project is located in some path using Linux user permissions: The project is at `/home/main_user/projects/my_project`, but I am logged in as `another_user`. `$HOME` is `/home/another_user`, `wh…
-
- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate.
### Version
4.2.6
…
-
### Vue version
3.3.11
### Link to minimal reproduction
Not applicable
### Steps to reproduce
npm install -g @vue/cli
vue create
on prompts select defaults of vue3
cd project repo
npm run se…
-
Require stack:
- /www/wwwroot/zabtec/frontend/node_modules/vue-loader/lib/plugin-webpack4.js
- /www/wwwroot/zabtec/frontend/node_modules/vue-loader/lib/plugin.js
- /www/wwwroot/zabtec/fronten…
-
描述错误
measureInAppWindow和getBoundingClientRect获取循环组件的尺寸和位置信息失败。循环组件及外层加了对应的collapsable属性也是报错,而去掉v-for循环则能够正常返回
返回错误信息如下:
获取item元素信息失败 Error: getBoundingClientRect cannot get nodeId of ElementNode(…
FMLLL updated
2 weeks ago
-
wait until after next windows release? (live reload not currently supported on windows-linux-subsystem)
-
I was getting the following error when trying to use vue.js composables and import a script js file.
'import' and 'export' may appear only with 'sourceType: "module"' (1:0)
I have tried to repli…
-
For some reason, I am still using webpack yet.
Can this plugin 100% cover `vue-loader` 's features?
If it can not, what are the different features between them?
Thanks.
-
# 1. Getting Started
## 1.1 Vue Compontent Spec
### Vue Component Spec
A `*.vue` file is a custom file format that uses HTML-like syntax to describe a Vue component. Each `*.vue` file consists …