Vue Instance 在初始化時可設定選項物件,其中可設定method,執行一些動作 ... <div id="app"> <input type="text" v-on:keydown.f5="prompt"> </div>.
確定! 回上一頁