-
I know we can use vue2 component as a custom renderer.
https://handsontable.com/docs/javascript-data-grid/vue-hot-column/#declare-a-custom-renderer-as-a-component
But what about vue3.I can't find …
-
When using the component, if I haven't started typing anything and I hit arrow up/down I am getting these errors in console. Is there a null check missing on the active_node or is it user error? Thank…
-
Hi, I apologize if this has been brought up, but my first question is: Is your plugin vue3 compatible? If the answer is yes, I'm having some issues with the following runtime error: "vue-my-toasts.es…
-
**Describe the bug**
I pass in a component by templete, and the data provided by the outermost component cannot be read by inject in the child component.
in parent component:
provide('setting', {…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `vue3-chart-v2@0.8.1` for the project I'm working on.
…
-
![image](https://user-images.githubusercontent.com/28994748/108327047-ea863900-7205-11eb-9613-398213f93f32.png)
![image](https://user-images.githubusercontent.com/28994748/108327555-7f893200-7206-1…
-
download the IcoonPark Vue3.x component found the component is use `vue-class-component` like follow:
```
import { Vue, prop } from 'vue-class-component';
class Props {
…
-
### NutUI 包名
@nutui/nutui-taro
### NutUI 版本号
4.3.13
### 平台
h5
### 重现链接
@nutui/nutui-taro
### 重现步骤
taro 4.0.5
使用 taro init myapp
vue3
sass
webpack5
### 期望的结果是什么?
浏览器能正常打开使用
### 实际的结果是…
-
I followed the wizard for install and import the component, but the import row has this error.
`Could not find a declaration file for module 'vue3-autocomplete'. '..../dist/vue3-autocomplete.common…
-
【description】:
I want to try create the same component for Vue2 & Vue3 in the same source code, so I find vue-demi. But.. I have seen some projects likes [json-editor-vue](https://github.com/cloydlau…