Report an error when using vue-fullpage

Mar.22,2021

1. Check whether the plug-in has been downloaded. You can check it under the node_modules folder. If not, download a copy as indicated by the error. npm install-save FullPage

2. Check whether the reference to the plug-in in the HelloWorid.vue build is correct, such as path, case, etc. import FullPage from 'FullPage';

Menu