1.0.8 • Published 2 months ago

quick-el-dialog v1.0.8

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

quick-el-dialog

描述

Installtion

npm i quick-el-dialog

Usage

import Vue from 'vue'
import UseDynamicMount from 'use-dynamic-mount'
import QuickElDialog from 'quick-el-dialog'

app.use(UseDynamicMount(), {
  name: '$createDialog',
  extend: QuickElDialog,
  nextTick() {
    // 勿使用箭头函数
    this.visible = true
  }
})

this.$createDialog({
  title: '标题',
  component: 'el-empty',
  props: { description: '测试内容' },
  buttons: [{ text: '关闭', callback: 'close', cib: true }]
})
1.0.8

2 months ago

1.0.7

5 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.2

10 months ago

1.0.3

10 months ago

1.0.1

2 years ago

1.0.0

2 years ago