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