Vue knowledge points scattered notes

1. The methods in the iphone5 WeChat browser seem to be incompatible with the writing method of test(){}, only test:function(){} is supported

2. v-cloak prevents the flickering of double brackets

    <div id="app" v-cloak>{{test}} </div>

   in style

  []v-cloak]{display:none;//display:none!important;}  

Guess you like

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