In the Vue project, you need to initialize a fullpage after the route jump. There are a total of 6 components that require fullpage, but the fullpage error can only be initialized once, and the second one is useless. How to solve this problem?
仅有的幸福2017-07-05 10:48:53
Before component destruction, clear the fullpage
object
$.fn.fullpage.destroy('all');
Play online: https://jsfiddle.net/44w37p34/
Written by human flesh, good reviews, dear.