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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2ba21-2baa5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2ba21-2baa5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?