-
> `docker build -t openas2_webui:latest -f Dockerfile_WebUI . --no-cache --progress=plain`
```
#0 building with "default" instance using docker driver
#1 [internal] load build definition from D…
-
**Describe the bug**
I encountered Module parse failed when using Vue 3.1
**To Reproduce**
Steps to reproduce the behavior:
1. Use Vue 3.1.0 & @vue/compat 3.10
```
"@vue/compat": "…
-
I can't figure any combination of options that will make this work with vue-loader.
What happens is that the `` of a Vue component is instrumented just fine (it is outputted by vue-loader as a sep…
-
### Environment
- Operating System: Darwin
- Node Version: v20.17.0
- Nuxt Version: 3.13.2
- CLI Version: 3.13.2
- Nitro Version: 2.9.7
- Package Manager: yarn@1.22.19
- Builder: …
-
I don't know if this is expected behavior, but [according to the docs](https://uvr.esm.is/data-loaders/organization.html#usage-outside-of-page-components), it should be possible to use a Data Loader o…
-
描述错误
measureInAppWindow和getBoundingClientRect获取循环组件的尺寸和位置信息失败。循环组件及外层加了对应的collapsable属性也是报错,而去掉v-for循环则能够正常返回
返回错误信息如下:
获取item元素信息失败 Error: getBoundingClientRect cannot get nodeId of ElementNode(…
FMLLL updated
2 weeks ago
-
```
here is my wepack.config.js
`const { VueLoaderPlugin } = require("vue-loader");
const htmlWebpackPlugin = require("html-webpack-plugin");
const MiniCssExtractPlugin = require("mini-css-extract…
-
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 …
-
### Vue - Official extension or vue-tsc version
Vue - Official extension
### VSCode version
1.94.1
### Vue version
2.6.14
### TypeScript version
5.6.2
### System Info
```shell
System:
OS…
-
I have a component with a comment
```html
/**
* test 123
*/
export default {};
```
I use webpack to bundle my app
```j…