Skip to content

Commit f42888d

Browse files
committed
chore: fix indentation
1 parent 10d5ae4 commit f42888d

File tree

1 file changed

+2
-2
lines changed
  • packages/@vue/cli-plugin-router/generator/template/src/router

1 file changed

+2
-2
lines changed

packages/@vue/cli-plugin-router/generator/template/src/router/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import Home from '../views/Home.vue'
99
Vue.use(VueRouter)
1010

1111
<%_ if (hasTypeScript) { _%>
12-
const routes: Array<RouteConfig> = [
12+
const routes: Array<RouteConfig> = [
1313
<%_ } else { _%>
14-
const routes = [
14+
const routes = [
1515
<%_ } _%>
1616
{
1717
path: '/',

0 commit comments

Comments
 (0)