[new feature] Toast: add icon prop (#3485)

This commit is contained in:
neverland
2019-06-12 17:21:59 +08:00
committed by GitHub
parent 2d18f67a7d
commit 153fb9d69f
15 changed files with 185 additions and 48 deletions

View File

@@ -3,6 +3,7 @@ import VueToast from './Toast';
import { isObj, isServer } from '../utils';
const defaultOptions = {
icon: '',
type: 'text',
mask: false,
value: true,