... and it should have focus. I tried this: <div x-data="{ show: false }"> <input x-show="show" type="text" id="input" x-ref="input" /> <button @click="show ...
確定! 回上一頁