This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

check-element-interaction
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

简介 检查某些特定的交互

功能

  • 检查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;
}

Package Sidebar

Install

npm i check-element-interaction

Weekly Downloads

1

Version

1.0.9

License

MIT

Unpacked Size

14.5 kB

Total Files

19

Last publish

Collaborators

  • linjuan