mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-17 13:46:34 +01:00
7 lines
181 B
TypeScript
7 lines
181 B
TypeScript
|
import PostFormWindow from '../views/components/post-form-window.vue';
|
||
|
|
||
|
export default function() {
|
||
|
const vm = new PostFormWindow().$mount();
|
||
|
document.body.appendChild(vm.$el);
|
||
|
}
|