Vue 3 defineComponent
Slot Not Reacting to Updates in Slot Scope Variable
#9426
-
Title: Vue 3
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok I find the problem. |
Beta Was this translation helpful? Give feedback.
Ok I find the problem.
const { list } = props;
will lost reactive for list.