<template> <div id="GongDanPaiFa"></div> </template> <script setup name="GongDanPaiFa"> import { ref, reactive, toRefs, onMounted } from "vue"; const AllData = reactive({}); onMounted(() => {}); </script> <style lang="scss" scoped> #GongDanPaiFa { width: 100%; height: 100%; } </style>