We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3506c commit 6531970Copy full SHA for 6531970
src/__tests__/vue-router.js
@@ -13,7 +13,7 @@ import About from './components/Router/About.vue'
13
test('full app rendering/navigating from base URL', async () => {
14
// Create a Router instance
15
// https://next.router.vuejs.org/api/#createrouter
16
- // using the a HTML5 history.
+ // using a HTML5 history.
17
// https://next.router.vuejs.org/api/#createwebhistory
18
const router = createRouter({
19
history: createWebHistory(),
0 commit comments