用範例理解Vue.js #10:Conditional Rendering ... <div id="app"> <h1 v-show="ok">Hello Vue!</h1> </div> ... vue-visible 則是切換CSS visibility: hidden 。
確定! 回上一頁