jeneser / vue-scroll-behavior

Customize the scrolling position on route navigation. Especially hash mode.

Home Page:https://jeneser.github.io/vue-scroll-behavior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught TypeError: Cannot read property 'maxLength' of undefined

kfeng0806 opened this issue · comments

commented

vue: ^2.5
vue-router: ^3.0.2

引入后出现如下错误
Uncaught TypeError: Cannot read property 'maxLength' of undefined

commented

原因是自动引入时未定义配置参数导致的 其实可以去掉自动引入 #18

done