mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
* fix: 【数据源】复制API数据源后校验与同步结果不一致 * fix: 【数据导出中心】设置空值处理置为零,导出堆叠条形图提示异常 * fix: [Bug]新建API数据源后,再新建Doris数据源,校验时会将之前新建API数据源的同步任务参数提交造成请求异常 #14729 * fix: 【数据导出中心】修复设置空值处理置为零,导出堆叠条形图提示异常 --------- Co-authored-by: taojinlong <jinlong@fit2cloud.com>
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Recommended IDE Setup
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Type Support For .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:
- Disable the built-in TypeScript Extension
- Run
Extensions: Show Built-in Extensionsfrom VSCode's command palette - Find
TypeScript and JavaScript Language Features, right click and selectDisable (Workspace)
- Run
- Reload the VSCode window by running
Developer: Reload Windowfrom the command palette.