The page created is created twice after nuxt rewrites the route

clipboard.png
clipboard.png
clipboard.png
only this page calls the created hook repeatedly, and the rest of the pages are normal. Wtf

Apr.14,2021

mmp has nothing to do with rewriting routing
is the problem of the page, the page tag is not nested correctly, table is not tagged, or a block element is embedded in the inline element, the use of v-for within the block element will lead to, all the life cycle of the page called


MMP element-ui will encounter a lot of such problems.


I have come across one that adds key to nuxt and causes re-create to execute twice

Menu