-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://gi…
-
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 {
…
-
## Detailed description
While the React and Web Component editions of Carbon offer a `size` attribute to control the vertical size of the text input and number input fields (`sm`, `md`, `lg`), this d…
-
I'm getting an error with SFC components with vue-class-component.
Minimal repro at https://github.com/ascott18/vuetify-rollup-bug
```
[!] (plugin vuetify) Error: The structure of the exported …
-
### Describe the bug
I am using the `vue-query` library for backend communication. After a successful request, I want to reset the form values. However, there is currently no way to access the rese…
-
使用 npm run dev 启动报类似以下这样的错误:
`
$ npm run dev
> iview-admin@2.0.0 dev
> vue-cli-service serve --open
WARN "baseUrl" option in vue.config.js is deprecated now, please use "publicPath" instead…
-
error in ./node_modules/quill/blots/cursor.js
Module parse failed: Unexpected token (4:18)
You may need an appropriate loader to handle this file type, currently no loaders are configured to pro…
-
### Describe the feature
Currently, the Select component only supports single-item selection. Could we add a variant for selecting multiple items?
-
The new composition API for Vue 3 is available under the official `@vue/composition-api` package. Since the composition API will be natively supported in Vue 3, it may be in our best interest to start…
-
## Step1:改造 package.json
vueCli 相关的依赖可以删除:
```diff
# devDependencies
-"@vue/cli-plugin-babel": "~4.5.12",
-"@vue/cli-plugin-eslint": "~4.5.12",
-"@vue/cli-plugin-typescript": "~4.5.12",
…