Add public path to vue-router

buefy-0.9
Manuel Kasper 2023-05-10 15:10:39 +02:00
rodzic 6e3f6abfce
commit 2e71728a4e
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,7 @@ Vue.use(Router)
let router = new Router({
mode: 'history',
base: process.env.PUBLIC_PATH ?? '/',
routes: [
{
path: '/',