wip
This commit is contained in:
parent
3cc45145fe
commit
e1259409e9
16 changed files with 89 additions and 61 deletions
6
src/web/app/desktop/api/post.ts
Normal file
6
src/web/app/desktop/api/post.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import PostFormWindow from '../views/components/post-form-window.vue';
|
||||
|
||||
export default function() {
|
||||
const vm = new PostFormWindow().$mount();
|
||||
document.body.appendChild(vm.$el);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue