-
vue2-elm的精简项目:[project-elm](https://github.com/hkp4570/project-elm)
node-elm的精简项目:[project-node-elm](https://github.com/hkp4570/project-node-elm)
vue2-manage的精简项目:[project-elm-manage](https://github…
-
I use webpack and vue-cli to init my project, then install packages,and npm run dev,but,it has two mistakes,I don not understand.
-
### tdesign-vue 版本
1.10.5
### 重现链接
_No response_
### 重现步骤
1、设置min和max
2、allowInputOverLimit设置为false
3、配置@blur触发的函数
4、输入比min小的值和比max大的值
5、鼠标点击组件外触发失焦
6、数字被矫正为min或者max的值
7、未触发@blur
…
-
JSON validation missing in Editor - same validation present in v-jsoneditor
Recently we've upgraded our project from vue2 to vue3, in vue2 we used **v-jsoneditor** which has json validation(refer I…
-
vue2版本也就是这个库1.1.0版本不支持缩略图吗
-
I built vue2 in webpack5 using typescript patterns, and when introducing ~virtual/svg-component in main.ts, Cannot find module '~virtual/svg-component' or its corresponding type declarations is displa…
-
### Describe the bug
The vueuse types for `Ref` have two template parameters, but the `Ref` type in Vue2 (at least) only has one.
from vueuse `index.d.mts`:
```ts
declare function useElementSi…
-
### What problem does this feature solve?
关于一些老的项目升级到vite能大大提升开发效率,我尝试了将现有的view ui 迁移到vite,一切看起来没什么问题。但是就是字体图片不展示。官方好像也没有关于vite的配置。
### What does the proposed API look like?
如果有可以直接实现的方式,希望提供vite…
-
虽然之前提过一次了,但这次花了点时间,使用vue的[createRenderer](https://cn.vuejs.org/api/custom-renderer.html#createrenderer)重构了一遍,大幅度提高了性能,可以支持到渲染10万级的框框
完善了[文档](https://leafer-vue.netlify.app/),还做了一个[Playground](https…
-
In my Vue2 project, I regist it at `app.js` as follows
```
setupWebViewJavascriptBridge((bridge)=>{
// call after mounted
console.log('****window setBridge' + bridge)
window.br…