文件最后提交记录最后更新时间
fix: 代码回退 1 年前
fix(嵌入式): 嵌入式报错 1 个月前
fix(外观设置): 系统主题切换样式统一 6 个月前
feat(嵌入式): 支持导出中心弹窗 14 小时前
feat: 小文件合并 1 年前
refactor: 初始化dev-v2 2 年前
feat: 增加访问前缀配置 close #7999 2 年前
refactor: 初始化dev-v2 2 年前
refactor: 初始化dev-v2 2 年前
chore(X-Pack): 默认以分离式xpack前端模式运行 1 年前
refactor: 初始化dev-v2 2 年前
refactor: 初始化dev-v2 2 年前
refactor: 初始化dev-v2 2 年前
chore: 前端npm使用淘宝最新源 2 年前
refactor: 初始化dev-v2 2 年前
refactor: 初始化dev-v2 2 年前
fix:【漏洞】 ExportCenter 模块中存在 IDOR(不安全直接对象引用)漏洞 8 天前
(嵌入式): 滚动条css 样式加上我们的类名,避免在 div 嵌入时冲突 #16455 9 个月前
fix(xpack): 外观设置修改相关内容后,在链接跳转过程中仍会显示 DataEase 原生内容 1 年前
fix(漏洞): XSS:多处 v-html 渲染用户可控内容 21 天前
fix(X-Pack): 修复企业微信设置编辑页面标题错误 #10764 1 年前
chore: upgrade node & npm 11 个月前
refactor: 初始化dev-v2 2 年前
refactor: 初始化dev-v2 2 年前
refactor: 初始化dev-v2 2 年前
refactor: 初始化dev-v2 2 年前
chore(X-Pack): 默认以分离式xpack前端模式运行 1 年前
README.md

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.

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:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.