Zhaolin Liang
Zhaolin Liang
## Description fixes #16987 ## Markup: ```vue Auto width Here Min width Here ```
## Description fixes #19678 ## Markup: ```vue chip {{ tag }} hellooo ```
## Description fixes #19638 ## Markup: ```vue export default { data: () => ({ items: [ { id: 1, title: 'Applications :', children: [ { id: 2, title: 'Calendar :...
fix #3609 The reason is that the `@import` statement is wrapped in a layer, causing it not to precede all `CSS` rules. I have conducted tests locally and have not...
## Description fixes #19596 ## Markup: ```vue import { computed, ref } from 'vue' const search = ref('') const calories = ref('') const desserts = ref([ { name: 'Frozen Yogurt',...
## Description fixes #19855 ## Markup: ```vue A B C import { ref } from 'vue' const value = ref(2) const items = [ { text: 'A', value: 1 },...
## Description fixes #19090 After altering scrollHeight, determining scroll direction becomes invalid. ## Markup: ```vue box {{ n }} FOOTER ```
## Description fixes #20046 ## Markup: ```vue export default { data () { return { groupBy: [ { key: 'group', order: 'desc', }, ], headers: [ { title: 'Dessert (100g...
fixes #3845