Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

gn5r/vue-common-confirm

Repository files navigation

Vue Confirm Component using Vuetify

downloads latest beta version stable version License: MIT typed

Dependencies version

vue version vuetify version

Demo

vue-common-confirm Demo

Version matrix

Vue.js version Package version Type definition Branch
2.x ~2.x No master
2.x 3.x Yes 3.x

Installation

  • commands

    # npm
    npm i @gn5r/vue-common-confirm
    
    # yarn
    yarn add @gn5r/vue-common-confirm
    

    If you do not install Vuetify run the command.

    # using vue-cli-vuetify-plugin
    vue add vuetify
    
  • dependencies

    • vue:^2.6.12
    • vuetify:^2.6.2

Usage

preparing...

Confirm component props

props description type default
value show / hide flag of dialog Boolean false
title title text String undefined
title-icon icon to display in front of the title String undefined
title-color toolbar color String undefined
message message text String undefined
buttons action button Array []
closable show / hide flag of close icon to dialog Boolean false
width component width Number or String undefined

License

MIT

Copyright (c) 2021 shangyuan.tuolang