UNPKG

uni-echarts

Version:

🪀 适用于uni-app的Apache ECharts组件(仅支持Vue 3)

7 lines (5 loc) 130 B
import { getCurrentInstance } from "vue"; export function useVueThis() { const vm = getCurrentInstance(); return vm.proxy; }