mirror of
https://github.com/hotomoe/hotomoe
synced 2025-01-01 07:22:54 +09: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);
|
||
|
}
|