更新文档

This commit is contained in:
xuliangzhan
2020-05-12 22:25:39 +08:00
parent 9cb1e3dc95
commit c3c1ca6bb2

View File

@@ -72,7 +72,7 @@ function renderCustoms (h, _vm) {
const checkMethod = $xetable ? $xetable.customOpts.checkMethod : null
if (customOpts.trigger === 'manual') {
// 手动触发
} if (customOpts.trigger === 'popup') {
} else if (customOpts.trigger === 'popup') {
// 弹窗
customBtnOns.click = _vm.customPanelEvent
} else if (customOpts.trigger === 'hover') {