<template> <div id="gwpm">111</div> </template> <script setup name="gwpm"> import { ref, reactive, toRefs, onMounted } from 'vue'; onMounted(() => {}); </script> <style lang="scss" scoped> #gwpm { width: 100%; height: 100%; text-align: center; // background: red; } </style>