摘要: import Vue from 'vue' Vue.directive('Int', { bind: function (el) { const input = el.getElementsByTagName('input')[0] input.onkeyup = function (e) { if 阅读全文
posted @ 2023-03-22 18:24 ·休伯利安 阅读(932) 评论(0) 推荐(0)