import {createApp} from 'vue'; import Body from './PageOptionsBody.vue'; createApp(Body).mount('#rm_tmc-app');