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

1.0.0 • Public • Published

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(),
  ],
});

Dependencies (0)

    Dev Dependencies (12)

    Package Sidebar

    Install

    npm i check-interaction

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    134 kB

    Total Files

    37

    Last publish

    Collaborators

    • linjuan