refactor(shadcn): 优化 Button 组件并更新相关依赖

- 更新 @types/node 版本至 24.3.0
- 更新 @vue/tsconfig 版本至 0.8.0
- 更新 eslint-plugin-oxlint 和 oxlint 版本至 1.12.0
- 优化 HCesiumManager 中的卫星实体创建逻辑
- 修复 ShadcnVue 页面中的 Button 组件用法
- 优化 Button 组件的 Props 类型定义
- 更新 buttonVariants 的导入路径
This commit is contained in:
严浩
2025-08-18 10:18:03 +08:00
parent 3b25b0dc7b
commit 46e5fd3e49
7 changed files with 123 additions and 107 deletions

View File

@@ -8,7 +8,7 @@ const onClick = () => {
<template>
<div>
<ShadcnButton :onClick>ShadcnButton</ShadcnButton>
<ShadcnButton as="button" :onClick>ShadcnButton</ShadcnButton>
</div>
</template>