<template> <div id="RQ_Warning"></div> </template> <script setup name="RQ_Warning"> import { ref, reactive, toRefs, onMounted } from 'vue'; import bus from '@/bus'; const { proxy } = getCurrentInstance(); </script> <style lang="scss" scoped> #RQ_Warning { width: 100%; height: 100%; // background: yellowgreen; } </style>