# off

为匹配元素解绑事件

import { off } from '@hui-pro/utils';
off(node, event, fn);

# API

参数 说明 类型 默认值 可选值
node DOM 元素节点 Element - -
event 绑定事件 String - -
fn 事件回调 Function - -