1.0.4 • Published 3 years ago

owi-ui-h5 v1.0.4

Weekly downloads
5
License
MIT
Repository
-
Last release
3 years ago

Components

  • ad-dialog

Install

# Install vant 2.x for Vue 2 project
npm i vant -S
npm i owi-ui-h5 -S

Quickstart

import OwiUIH5 from 'owi-ui-h5/lib/index';
import 'owi-ui-h5/lib/index.css'

Vue.use(OwiUIH5);
<ad-dialog :showAdDialog="showAdDialog" :maskClosable=true @close="dialog">
    HELLO,WORLD!
</ad-dialog>

import {AdDialog} from 'owi-ui-h5/es/index';
components:{
        AdDialog
}

See more in Quickstart.