import { createApp } from 'vue' import App from '@/view/iframe/ach-pay/cashier.vue' const app = createApp(App); app.mount('#app');