-
# Description
After ditching Nuxt and upgrading to Vue3, migrate bundler to use Vite to reduce development time and improve DX.
**Important:** [Vite is the default choice for the ecosystem, while …
cnotv updated
3 weeks ago
-
### On which framework/platform would you like to see this feature implemented?
Vue
### Which UI component is this feature-request for?
Liveness
### Please describe your feature-request in detail.…
-
### 相关平台
微信小程序
**小程序基础库: 3.5.3**
**使用框架: Vue 3**
### 复现步骤
执行`npm show @tarojs/plugin-framework-vue3@4.0.4 peerDependencies`命令会显示出该包依赖`'@vitejs/plugin-vue': '^5',`和`vite: '^4'`,但是执行`npm …
-
### Version
1.45.3
### Steps to reproduce
```../src/basic.vue
{{ option.label || option.value }}
const model = defineModel();
const props = defineProps(['options']);
```…
-
Just remove this to avoid useless logs in console,
thanks :)
https://github.com/ghalex/vue3-charts/blob/4fb9ce2afd200af6bea599fc15c6ec3070084f1c/src/components/Area/index.vue#L73
-
Are there plans to upgrade this bot to work with Vue 3?
-
I cannot specify a component as a slot:
```javascript
import { test, expect } from '@playwright/experimental-ct-vue';
import Form from './Form.vue';
test('renders a component as slot', async (…
-
ParentCompConsumer是动态渲染的,当路由有parentComp时,会异步加载父级组件,最终渲染为comp = h(comp1, null, slots)。会导致不能KeepAlive。目前发现是这样,还是我的用法不对?
分析页的组件结构:
![微信截图_202409251747545](https://github.com/user-attachments/assets/b05…
-
the sandbox code like this, could you tell me what's wrong in this code
--------------------code---------------------------
能力值{{ node.name }}
…
-
如需按需引用组件,请从 `taro-ui-vue3/lib` 目录中引用。
样式按需引用,仍需从 `taro-ui-vue3/dist/style` 目录中引用。
## 方式一
```ts
import { AtButton } from 'taro-ui-vue3/lib'
import "taro-ui-vue3/dist/style/components/button.scss…
b2nil updated
3 years ago