ge Datou

Results 15 comments of ge Datou

我找到了同时使用的写法 ![image](https://user-images.githubusercontent.com/58617090/197157329-47af9f60-dc75-4e31-b98c-a6e226c1a9e0.png) 他在组件使用空标签包裹根views组件时会报错,不清楚原因

Suspense好像又有新的问题,快速切换路由时会报错。。

> Sorry, not sure what this PR improves exactly — can you help clear that up for me? Sorry for my poor English, the following passage is from Google Translate。...

> Sorry still not following what API this enabled. Could you share a code sample of what the desired API is? I submitted a sample code that can be run...

Now ref can not only bind native html tags, but also bind custom components of vue.

The reason for this is because you didn't use bidirectional binding properly, the view changes because sortablejs changes the dom structure, but because you didn't write it correctly, the data...

> That's interesting, thanks @17359898647 > > I have applied your suggested fixes here: [Maxim-Mazurok/sortable-repro#1](https://github.com/Maxim-Mazurok/sortable-repro/pull/1) However it seems to result in another issue: if I drag "11111" to the end...

My English is not very good, do you mean that you want to handle the array changes in the parent component? If so, in vue v-model is actually a syntax...

> Thank you, now with keys your approach works fine! > > Regarding array changes, I want this: > > 1. I have `1 2 3` > 2. I move...