Using vue-router to report an error

Error: There are two warnings, 'createRouter' and 'createWebHashHistory' not found in vue-router

Reason: The version of vue-router is wrong, the above wording is not the current version of the sentence wording

Solution:

1. Change the wording of sentences

2. Change the vue-router version

Command: npm install vue-router@next --save

Guess you like

Origin blog.csdn.net/weixin_45612718/article/details/124980155