-
## Vue2对比Vue3
vue3.0 的发布与 vue2.0 相比,优势主要体现在:更快、更小、更易维护、更易于原生、让开发者更轻松
### 初始化数据的方式不一样
```javascript
export default {
data(){
// vue2中我们使用data然后ruturn一个函数的方式来初始化数据
return{
na…
-
When I update the series the chart goes blank.
Repro: [https://play.vuejs.org/#...](https://play.vuejs.org/#eNqFUk1v2zAM/SuELmkB166XrBuMJGhX9LAdtmLddqlycGwlUWNLgiSn7oL891KW47hBP4AgoMjnx/dIbsmVUuGmY…
-
### Describe the bug
When using a histoire.setup.js or style block inside a Vue 3 SFC to import global styles, these styles bleed out into the Histoire styling, overriding color, inputs and theming…
-
i would like to use [`vuejs3-logger`](https://github.com/MarcSchaetz/vuejs3-logger) with my quasar app.
i translated the setup to this boot file:
```js
import { boot } from 'quasar/wrappers'
i…
-
### Version
16.8.3
### Reproduction link
[github.com](https://github.com/Colisan/repro-vue-loader-bug)
### Steps to reproduce
Hi, I encounter the following, very puzzling, build&r…
-
Hi,
I added the vue3 echarts component globally in main.ts as shown below:
main.ts
```
import Notifications from '@kyvg/vue3-notification';
import { VueEcharts } from 'vue3-echarts';
import …
-
オブジェクトをリアクティブに監視し、そのプロパティの変更を検出して自動的に再レンダリングする
```
import { reactive } from "vue";
import { router } from "@inertiajs/vue3";
const form = reactive({
title: null,
content: null,
});
c…
-
I follow all instruction regarding installation but after setup I get this error:
```console
Could not resolve "@inertiajs/vue3"
node_modules/momentum-modal/dist/momentum-modal.js:2:42:
2 …
-
**问题描述**
v-for + slot会出现大量警告以及无法正常渲染。
> 续上https://github.com/dcloudio/uni-app/issues/3503#issue-1233360215
我尝试过`npx @dcloudio/uvm@latest 2.0.2-3071120230427001`,出现`Invalid version: 2.0.2-30711202…
-
### Describe the bug
when i npm run build, i got a output file name like **[component].vue_vue_type_script_setup_true_lang.[hash].js**
![image](https://user-images.githubusercontent.com/16984236/1…