Skip to content

Commit

Permalink
fix example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed Sep 15, 2023
1 parent 884e200 commit d05609a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import BugsnagPerformance from '@bugsnag/browser-performance'
import { VueRouterRoutingProvider } from '@bugsnag/vue-router-performance'
import { createRouter, createWebHistory } from 'vue-router'
const base = 'my-app
const base = '/my-app'
const router = createRouter({
history: createWebHistory(base),
Expand Down

0 comments on commit d05609a

Please sign in to comment.