feat: 敏感数据隐藏组件

This commit is contained in:
2023-07-23 17:03:43 +08:00
parent 708817f125
commit 2b73f90a7f
4 changed files with 76 additions and 1 deletions

View File

@ -4,8 +4,8 @@
// Generated by unplugin-auto-import
export {}
declare global {
const $: typeof import('vue/macros')['$']
const $$: typeof import('vue/macros')['$$']
const $: typeof import('vue/macros')['$']
const $computed: typeof import('vue/macros')['$computed']
const $customRef: typeof import('vue/macros')['$customRef']
const $ref: typeof import('vue/macros')['$ref']