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.
in vue-element-admin/src/views/example/create.vue line 9
vue-element-admin/src/views/example/create.vue
name: 'CreateForm',
but in vue-element-admin/src/router/index.js line 209 ,the name is
vue-element-admin/src/router/index.js
name: 'CreateArticle',
Change the two names into the same value.