1.1.1 • Published 6 months ago

quick-el-dialog v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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.1.1

6 months ago

1.1.0

8 months ago

1.0.9

9 months ago

1.0.8

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago