<template> <div> sss </div> </template> <script setup lang="ts"> import {getCurrentInstance, reactive} from "vue"; const {proxy} = getCurrentInstance() const state: any = reactive({}) </script> <style lang="scss" scoped> </style>