vue-scrollactive icon indicating copy to clipboard operation
vue-scrollactive copied to clipboard

Does not work in hash mode

Open csabourin opened this issue 5 years ago • 1 comments

I get

DOMException: Failed to execute 'querySelector' on 'Document': '#/en/scrolltest/' is not a valid selector.

when vue-router is in hash mode. Works perfectly in history mode

csabourin avatar Feb 24 '20 15:02 csabourin

Hey, you can try and set :modifyUrl="false" :scrollOnStart="false"

ctwowt avatar May 22 '20 07:05 ctwowt