import { defineComponent, ref } from "vue"; import styles from "./index.module.less"; import iconBack from "../icons/icon-right-back.png"; import { Icon, ImagePreview, Tab, Tabs } from "vant"; export default defineComponent({ name: "screenModel", emits: ["close"], setup(props, { emit }) { return () => ( <> emit("close")} />