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