<template> <div class="page"> </div> </template> <script setup name=""> import { ref, getCurrentInstance } from 'vue' const { proxy } = getCurrentInstance(); </script> <style scoped lang="scss"> </style>