1.0.1 • Published 5 years ago

vui-dialog v1.0.1

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

vui-dialog

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

使用

    import VuiDialog from 'vui-dialog';
    Vue.use(VuiDialog);

    <vui-dialog
        title='ui-dialog'
        :showFlag='开关'>
        <div>
            内容区域
        </div>
        <span slot='footer'>
            <Button @click='DialogCancel'>取消</Button>
            <Button @click='DialogComplete'>完成</Button>
        </span>
    </vui-dialog>

For detailed explanation on how things work, consult the docs for vue-loader.

1.0.1

5 years ago

1.0.0

5 years ago