forked from mirrors/misskey
wip
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user