mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-15 18:10:59 -07: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);
|
||
|
}
|