optimize some bug. release 2.3.8 notes support local file property and methods tips through showQuickFix (default ctrl + space). release 2.3.6 notes support router definition jump release 2.3.4 notes fixed bugissue9 release 2.3.1 notes ...
630865159 opened this issue Sep 14, 2024· 2 comments Comments630865159 commented Sep 14, 2024 Owner jiaolong1021 commented Sep 14, 2024 收到,测试后会进行相应修复 Owner jiaolong1021 commented Sep 16, 2024 4.2.7版本已解决 jiaolong1021 closed this as completed Sep 16, 2024 ...
fixed bugissue9 release 2.3.1 notes support internal component tips. alt + shift + enter to auto import support import file tips you can set vue-helper.componentIgnore to ignore files to search component. set vue-helper.componentPath to assign the search dir. ...
fixed bug [issue9](https://github.com/jiaolong1021/vue-helper/issues/9) 1. underlying refactoring to completely solve performance problems. 2. support [Element Plus](/document/element-plus.md) framework,247 code blocks are supported。
// the const here is just to work around the Bun bug where // Function.toString() isn't working as intended // https://github.com/oven-sh/bun/issues/9543 `export const ssrRegisterHelper = ${ssrRegisterHelper.toString()}` /** * This function is serialized with toString() and evaluate...
Describe the bug Error running dev server in WSL2 Docker. docker-compose: frontend: build: . command: npm run dev volumes: - ./:/frontend ports: - '8080:8080' Dockerfile: FROM node:lts-alpine WORKDIR /frontend COPY package*.json ./ RUN npm install COPY . . CMD ["npm", "run", ...
@heihachi88 It's a core repo bug and is fixed in v2.6.0. There are also some followups in some next patch versions. Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees No one assigned Labels None yet Projects None yet Mil...
about: 使用https://Tencent.github.io/tdesign/issue-helper/ 创建 issue,其中包含 bug 和 feature,表单提交更加严格。 17 changes: 17 additions & 0 deletions 17 .github/workflows/issue-synchronize.temp.yml Original file line numberDiff line numberDiff line change @@ -0,0 +1,17 @@ # force ...
这么一段代码,但是这样会出现一些问题,因为如果你有其它snippets的插件,比如htm5 snippets和javascript code snippets在vue文件中无法作用,因为这些插件没做这项配置,所以,你没法在 template 有html标签提示,在也没有javascript语法的提示,比较蛋疼。当然你觉得写vue组件不需要这些代码提示,认为这样比较清静也是可以的。我...