-
## Feature request(新功能建议)
如何做到默认所有表格行为行编辑状态呢,初始化的时候就全编辑,不用去点编辑和保存操作
-
### Describe the bug
Strorybook cant render some components, crashed with error
### Reproduction link
https://github.com/Gemunion/mui-rte
### Reproduction steps
git clone git@github.com:Gem…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
GridLayout need defineExpose dragEvent,
参考v2版的第10个示例的应用场景(Example10DragFromOutside.vue),v3版需要在GridLayout.vue里加上defineExpose
```
defineExpose({
dragend,
})
```
麻烦大佬加一下
zj902 updated
2 years ago
-
### Describe the bug
## Setup
```ts
import type { Meta, StoryObj } from '@storybook/vue3';
import Button from './Button.vue';
import { h } from 'vue';
// More on how to set up stories at: …
-
I'm currently using this package in a project:
[wonderful-panda/vue-tsx-support](https://github.com/wonderful-panda/vue-tsx-support)
But it doesn't support the composition-api yet. In fact somewhe…
-
Hello,
I’ve tried a fresh install of vue3 with vue-facing-decorator, but it does not work out of the box. The documentation is lacking informations about how to use babel (so I’m not sure about wha…
-
Bug Type: **`Component`**
## Environment
- Vue Version: `3.2.36`
- Element Plus Version: `2.2.2`
- Browser / OS: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML,…
-
How can I pass any attribute to the component? Maybe something is wrong with my typescript configuratin, but I can't pass anything other then props that are provided by the component and a few common …
-
actual:
test inputs are stored in separate files with `tsx` file extension
test outputs (snapshots) are stored in one file per framework with `snap` file extension
expected:
test outputs should …