This commit is contained in:
syuilo 2018-02-28 01:13:42 +09:00
parent 94745e11ac
commit 0d43e095cb

View file

@ -30,6 +30,7 @@ export default (os) => (opts) => {
} }
const vm = new PostForm({ const vm = new PostForm({
parent: os.app,
propsData: { propsData: {
reply: o.reply reply: o.reply
} }