Skip to content

Commit bdf27d4

Browse files
authored
Replace :uri with :base-url in appswitcher (#30)
1 parent 7a47a3c commit bdf27d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sps-frontend/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<v-spacer />
2727
<appswitcher
2828
v-if="appswitcherBaseUrl"
29-
:uri="appswitcherBaseUrl"
29+
:base-url="appswitcherBaseUrl"
3030
:tags="['global']"
3131
/>
3232
<v-btn text fab>

0 commit comments

Comments
 (0)