1.0.0 • Published 3 years ago

check-interaction v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.12

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago