import Empty from '../components/Empty.vue' import { createApp } from 'vue'; const empty = createApp(Empty); empty.mount("#upgrade-mask");