0.0.19 • Published 2 years ago

@ibiz/drawer-vue v0.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@ibiz/drawer-vue

简介

@ibiz/drawer-vue 是IBiz前端团队根据业务需要,为适配动态模板飘窗容器对@ibiz/drawer再次封装,IBiz R7前端动态模板项目直接可用。

安装

yarn  add  @ibiz/drawer-vue

快速开始

import { DrawerController, DrawerContainer } from '@ibiz/drawer-vue';

// 初始化飘窗控制器实例
const ref = await DrawerController.present({
    caption: view.title,
    overlayIndex: zIndex,
    // 适配动态模板飘窗容器
    component: DrawerContainer as any,
    componentProps: { store: this.store, i18n: this.i18n,router:this.router, propsData: { dynamicProps, staticProps } },
});

// 等待飘窗实例关闭并返回数据
const result = await DrawerController.dismiss(ref);

@ibiz/drawer

@ibiz/drawer

关于我们

0.0.19

2 years ago

0.0.17

3 years ago

0.0.18

2 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago