<div id="app"> <p>页面载入时,input 元素自动获取焦点:</p> <input v-focus> </div> <script> // 注册一个全局自定义指令v-focus Vue.directive('focus', ...
確定! 回上一頁