vue-taro-click-outside
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

vue-taro-click-outside

介绍

vue taro 小程序 元素外部点击事件插件,支持 typrscript 环境

安装教程

  npm i vue-taro-click-outside -S

使用教程

// vue taro 小程序工程 app.ts 入口文件
import Vue from 'vue';
import vueTaroClickOutside from "vue-taro-click-outside";

Vue.use(vueTaroClickOutside);
<!--组件中使用-->
<div class="page" v-taro-click-outside="clickOutsideHandle"></div>

Dependencies (0)

    Dev Dependencies (27)

    Package Sidebar

    Install

    npm i vue-taro-click-outside

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    15.3 kB

    Total Files

    4

    Last publish

    Collaborators

    • zh-hn-xxsm