v -bind:屬性 可綁定任何屬性,簡寫為 :屬性 如 :class ... <script> const { ref, reactive, computed } = Vue; const App = { setup() { const isOpen = ref(true); ...
確定! 回上一頁