1.0.4 • Published 6 years ago

h-popup v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

h-popup

A Vue.js plugin

Demo | Example

使用方法

options:

loader:

  var MyComponents = require('h-popup');
  Vue.use(MyComponents);

Basic use:

    <h-popup
      :popupVisible.sync="popupVisible"
    >
      your codes or components,etc.
    </h-popup>

    <h-popup
      :popupVisible.sync="popupVisible"
      :popupMasker="false"
      :clickClose="false"
    >
      your codes or components,etc.
    </h-popup>
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago