diff --git a/packages/playground/components.d.ts b/packages/playground/components.d.ts index 16c12af..ba1a7bf 100644 --- a/packages/playground/components.d.ts +++ b/packages/playground/components.d.ts @@ -8,6 +8,7 @@ declare module '@vue/runtime-core' { Panel: typeof import('./src/components/Panel.vue')['default'] PsButton: typeof import('@princess-ui/components/button')['PsButton'] PsCaptcha: typeof import('@princess-ui/components/captcha')['PsCaptcha'] + PsTree: typeof import('@princess-ui/components/tree')['PsTree'] } } diff --git a/packages/playground/src/dev/tree.vue b/packages/playground/src/dev/tree.vue index e62cac0..7afe75b 100644 --- a/packages/playground/src/dev/tree.vue +++ b/packages/playground/src/dev/tree.vue @@ -1,6 +1,6 @@