0.0.19 • Published 9 months ago

@ibiz/drawer-vue v0.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months 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

9 months ago

0.0.17

2 years ago

0.0.18

1 year ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago