0.0.5 • Published 6 years ago

mw-modal v0.0.5

Weekly downloads
22
License
-
Repository
github
Last release
6 years ago

Vue.js <mw-modal> component

Description

Simple Modal Vue.js component.

Version 0.0.1 Original project setup

Change log

0.0.1 Original project setup

Installation

Run

npm install mw-modal --save

Usage

Import

import MwModal from 'mw-modal'
Vue.use(MwModal)

or

Vue.component('mw-modal', require('./components/MwModal.vue'));

Use component

<mw-modal></mw-modal>
0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago