@halobear/vue-dialog

1.1.0 • Public • Published

@halobear/vue-dialog

一个简单 vue 弹窗

安装

yarn add @halobear/vue-dialog

使用

import VueDialog from "@halobear/vue-dialog";

export default {
  components: {
    VueDialog
  },
  data() {
    return {
      visible: false
    };
  }
};
<div>
  <vue-dialog v-model="visible" />
</div>

示例

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @halobear/vue-dialog

    Weekly Downloads

    1

    Version

    1.1.0

    License

    ISC

    Unpacked Size

    73.1 kB

    Total Files

    8

    Last publish

    Collaborators

    • luzhongk
    • v_yan_v
    • wtwei