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.
2 parents 8713a38 + db6859d commit 10b3c10Copy full SHA for 10b3c10
ru/routing.md
@@ -35,7 +35,7 @@ export function createApp () {
35
// Создаём экземпляр маршрутизатора
36
const router = createRouter()
37
38
- const app new Vue({
+ const app = new Vue({
39
// внедряем маршрутизатор в корневой экземпляр Vue
40
router,
41
render: h => h(App)
0 commit comments