1.0.9 • Published 1 year ago

check-element-interaction v1.0.9

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

简介 检查某些特定的交互

功能

  • 检查el-form当中是否进行监听keydown的事件
  • 检查el-table当中是否绑定了v-loading的属性
  • 检查el-table-column当中为跳转详情时需要携带复制的功能

安装

npm i check-element-interaction --save-dev

使用

import { checkElementInteraction } from 'check-element-interaction';
export default defineConfig({
  plugins: [
    checkElementInteraction()
    vue(),
  ],
});

配置

{
  /** 控制是否检查el-form的key enter事件 */
  isCheckFormEnterKey: boolean;
  /** 控制是否检查el-table的loading事件 */
  isCheckTableLoading: boolean;
  /** 控制是否检查el-form-column的copy功能 */
  isCheckTableCopyLink: boolean;
}
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago