This commit is contained in:
syuilo
2018-02-20 23:12:29 +09:00
parent 78160188d9
commit dea85c3a97
4 changed files with 4 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ import Vue from 'vue';
export default Vue.extend({
methods: {
post() {
(this.$parent.$parent as any).openPostForm();
(this as any).apis.post();
}
}
});