Commit 797512b
committed
fix: use $props instead of Vue 2 vnode.componentOptions.propsData
componentOptions.propsData does not exist in Vue 3 vnodes.
Access component props directly via $props instead.
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>1 parent 61b3f48 commit 797512b
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
| 105 | + | |
108 | 106 | | |
109 | | - | |
| 107 | + | |
| 108 | + | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
| |||
0 commit comments