Skip to content
Snippets Groups Projects
Commit bf0cae72 authored by Mathieu Massaviol's avatar Mathieu Massaviol
Browse files

Merge branch '64-bug-du-rechargement-de-l-arbre' into 'main'

Try routing with hash to fix %2F interpretation #64

Closes #64

See merge request !72
parents 6b6d9473 4f11f6ac
No related branches found
No related tags found
1 merge request!72Try routing with hash to fix %2F interpretation #64
Pipeline #10723 passed
import i18n from '@/i18n' import i18n from '@/i18n'
import { import {
createRouter, createRouter,
createWebHistory, createWebHashHistory
} from 'vue-router' } from 'vue-router'
import { routes, handleHotUpdate } from 'vue-router/auto-routes' import { routes, handleHotUpdate } from 'vue-router/auto-routes'
const router = createRouter({ const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL ?? ''), history: createWebHashHistory(import.meta.env.BASE_URL ?? ''),
routes: [ routes: [
{ {
path: '/', path: '/',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment