diff options
Diffstat (limited to 'src/App.vue')
-rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 083edd3..5526676 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,7 @@ :routes="routes" :externalRoutes="externalRoutes" title="19 PDH Puszcza" - logoPath="../assets/krajka-logo.svg" + logo="assets/krajka-logo.svg" /> <router-view></router-view> </div> |