Commit 0d7c0b2
committed
refactor: Update NavMain.vue to use
The change replaces `item.url` with `item.href` in the NavMain.vue component to align with the updated data structure. This ensures consistency and avoids potential issues with undefined properties. No breaking changes are introduced.item.href instead of item.url
1 parent dbf7c0f commit 0d7c0b2
File tree
1 file changed
+2
-2
lines changed- resources/js/components
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments