Take the following example: <div id="app"> <div v-bind:class="classes"></div> </div> <script>new Vue({ el: '#app', data: { shouldBeBar: true }, computed: ...
確定! 回上一頁