wip
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user