1.0.3 • Published 2 years ago

vue3-prompt-box v1.0.3

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

vue3-prompt-box

Installation

npm install vue3-prompt-box

Basic Usage

Introduced in the page you want to use

import Message from 'vue3-prompt-box'

Calling method

Message({ type: 'success', message: 'Login Successful!', zIndex: 1 })

Attribute declaration

NameDescriptionTypeDefault
typetype,default/success/warning/errorStringdefault
messagePrompt textString——
zIndexhierarchyNumber0
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

0.1.0

2 years ago