-
Like in https://github.com/wobsoriano/v-perfect-signature/issues/6 I get the following errors when adding library in Vue2:
```
ERROR in ./node_modules/vue-winbox/dist/index.d.ts(5,34):
5:34 '"./n…
-
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.
-
## watch的使用
监听数据变化时使用,一般用于当数据变化,需要执行联动时操作。
1. 监听属性作为函数使用,监听某个数据,数据名称作为key:
这种使用方式,在第一次绑定时,不会立即触发。只有等到监听属性变化时,才会触发。
```
watch: {
// 如果 `question` 发生改变,这个函数就会运行
question: function (newQ…
renmm updated
4 years ago
-
In vue2.0, will throw warning below
```
[Vue warn]: You are using the runtime-only build of Vue where the template option is not available. Either pre-compile the templates into render functions, or…
-
我在安装之后,报出如下错误
`This dependency was not found:
* vue-multiple-collapse in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./src/components/Collapse.vue
To install it, y…
-
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…
-
### tdesign-vue 版本
1.10.5
### 重现链接
_No response_
### 重现步骤
1、设置min和max
2、allowInputOverLimit设置为false
3、配置@blur触发的函数
4、输入比min小的值和比max大的值
5、鼠标点击组件外触发失焦
6、数字被矫正为min或者max的值
7、未触发@blur
…
-
### 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…
-
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…