Weird Vue does not report an error on the WeChat side, but the content cannot be rendered, and a white page is displayed at the location of the error

Recently, I made a WeChat page with vue. It is easy to use on the browser and the WeChat developer tool. However, when I open it with WeChat on the mobile phone, some content is displayed, and most of the content is not displayed, which is obviously an error.

Since I don't know how WeChat can see the error message, it took a long time to delete the code bit by bit, and finally found the error.

There is a sentence in the code that I forgot to delete v-on:change="", which is an error on the WeChat side. Just delete it.

Weird WeChat browser.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325131262&siteId=291194637
Recommended