1.0.0 • Published 2 years ago

check-interaction v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Check

检查某些特定的交互

简介

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

安装

npm i check-interaction --save-dev

使用

import { checkInteractionPlugin } from 'check-interaction';

export default defineConfig({
  plugins: [
    vue(),
    checkInteractionPlugin(),
  ],
});
1.0.0

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago