-
### Environment
Environment:
```
- Operating System: Windows_NT
- Node Version: v20.15.1
- Nuxt Version: 3.14.159
- CLI Version: 3.15.0
- Nitro Version: 2.10.4
- Package Manager: np…
-
### Summary
I am getting a strange error in the console when trying to configure Storybook to use Pinia within a Vue & Vite project....
I have a simple reproduction case at https://github.com/er…
-
### Reproduction
https://deploy-preview-1--nuxt-formkit-starter.netlify.app/
### Describe the bug
When using a custom component within FormKit, the disabled attribute set via Vue props is ignored d…
-
### Vue - Official extension or vue-tsc version
^2.0.21
### VSCode version
1.88.1
### Vue version
^3.4.29
### TypeScript version
~5.4.0
### System Info
_No response_
### package.json depende…
-
Hello @vue/repl maintainers,
I'd like to propose a new feature for @vue/repl: an option to display only the preview without requiring the Monaco/CodeMirror editor.
## Current Behavior
Currently…
-
### Vue - Official extension or vue-tsc version
v2.1.10
### VSCode version
1.91.1
### Vue version
3.4
### TypeScript version
无
### System Info
_No response_
### package.json dependencies
``…
-
- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate.
### Version
4.2.6
…
-
"scripts": {
"start": "vite",
"build:pro": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@use-telegram-auth/client": "^1.0.5",
"vue": "…
-
## 关于Vue-cli
> Vue-cli 是 Vue 的脚手架工具,可以帮助我们写好Vue.js基础代码的工具,可以搞定目录结构、本地调试、代码部署、热加载、单元测试。
## 安装方法
> node -v // 确保版本在4 以上
> sudo npm install -g vue-cli // sudo 是提升权限用的
> vue ini…
-
I have an issue after installing the new Nuxt and PrimeVue Nuxt module.
**My package.json:**
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt…