This package has been deprecated

Author message:

No longer maintained

tiny-tost

0.1.1 • Public • Published

说明

  • 基于Vue2 的一个 tost 状态组件

安装

npm install --save tiny-tost

使用

import Tost from 'tiny-tost';

// open Tost default
// default config = {
//   message: '提示',
//   position: 'middle',
//   duration: 2500
// }
// or
// config = '成功'
// open Tost default
Tost.open(config);

// open Tost success
Tost.success(config);

// open Tost error
Tost.error(config);

// open Tost warn
Tost.warn(config);

Readme

Keywords

Package Sidebar

Install

npm i tiny-tost

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • dengchao2056