wip
This commit is contained in:
parent
211b62eb92
commit
43ee5267c2
5 changed files with 19 additions and 12 deletions
|
|
@ -8,7 +8,8 @@ export default function(opts) {
|
|||
title: o.title,
|
||||
placeholder: o.placeholder,
|
||||
default: o.default,
|
||||
type: o.type || 'text'
|
||||
type: o.type || 'text',
|
||||
allowEmpty: o.allowEmpty
|
||||
}
|
||||
}).$mount();
|
||||
d.$once('done', text => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue