Commit 7917912
fix(Reminders): migrate to @nextcloud/vue v9 API
Use the individual component import path for NcDateTimePickerNative
instead of the removed barrel export from '@nextcloud/vue'.
Replace 'v-model:value' with 'v-model' for NcTextField, since the 'value'
prop was renamed to 'modelValue' in @nextcloud/vue v9.0.0.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>1 parent 9172f5f commit 7917912
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments