-
#### 描述问题:
我想对现有组件二次开发,是否只能通过 extends 基础组件,创建新的组件形式二开?
react继承现有的crud封装的新组件,在vue3 通过vue3-amis-widget 注册crud新组件报错
请用一段清晰简洁的文字描述问题是什么...
问题1:在vue3中通过vue3-amis-widget 的registerRendererByType 进行组…
-
### Version
16.8.3, 17.0.0, maybe older
### Reproduction link
[github.com](https://github.com/shameleo/vue-loader-issue_scoped-style)
### Steps to reproduce
```
npm install
npm …
-
# Update
I've published a plugin that solves the issue for me: https://github.com/jacekkarczmarczyk/importmap-plugin
See https://github.com/vitejs/vite/issues/6773#issuecomment-1308048405 for exam…
-
I'd really like a way to update args declared in either `argTypes` or `Template.args` via actions without manually wiring up the code.
Currently, the suggested solution looks like so:
```tsx
imp…
-
### Describe the bug
Using Vite 5 with Storybook 8 RC produces the following warning:
```
The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-…
-
### Version
```sh
deps version info:
"@rsbuild/core": "^1.0.1-rc.4",
"@rsbuild/plugin-babel": "^1.0.1-rc.4",
"@rsbuild/plugin-sass": "^1.0.1-rc.4",
"@rsbuild/plugin-vue": "^1.0.1-rc.4",
"…
-
### Current behavior
I just added Cypress on an existing project, using vue and typescript.
```
Error: Webpack Compilation Error
./cypress/e2e/1-getting-started/test.ts 2:7
Module parse faile…
-
Here are the steps to create a test projects:
```shell
npm init vite@latest storybook-vue -- --template vue
cd storybook-vue
npm install
npx storybook@latest init
npm install --save-dev storyb…
ms2d updated
2 months ago
-
vue3.4官方推荐用"jsxImportSource": "vue"来引入tsx类型定义,手动写在shims.d.ts中的定义不起作用:
```
declare namespace JSX {
export interface IntrinsicAttributes {
vIf?: unknown
vElseIf?: unknown
vElse?: unk…
-
**Is your feature request related to a problem? Please describe.**
For the past few weeks, I tried multiple times to make my Quasar project work with storybook, to no avail.
It works when no sass …