Using the full screen scrolling plug-in fullpage Times error in vue

1. Develop a full-screen scrolling project in vue and use the fullpage plug-in. When you add a second screen, the error code is as follows.
2.

checked that the error was missing the root element, but there was no missing root element after careful examination. no, no, no. The label of the content of the first screen has been completely closed, and no matter what content is added to the second screen, it will report an error, which has not been effectively resolved. I want to know what went wrong.


there should be a label package under the template

 <template>
    <div>
        <div>
        
        </div>
         <div>
        
        </div>
    </div>
  </template>

it is recommended that vue implement full-screen scrolling with vue-awesome-swiper, instead of relying on jquery

Menu