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

Try removing HASH too see storybook reaction #35

parent 27f9c796
Branches
No related tags found
1 merge request!73Resolve "Créer un catalogue"
Pipeline #10737 passed
import i18n from '@/i18n' import i18n from '@/i18n'
import { import {
createRouter, createRouter,
createWebHashHistory createWebHistory
} 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: createWebHashHistory(import.meta.env.BASE_URL ?? ''), history: createWebHistory(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