main.tsapp.directive('btnAuth', { // 当被绑定的元素插入到 DOM 中时…… mounted(el, binding){ const { value } = binding; }})使用:v- btnAuth