Files
voidraft/frontend
dependabot[bot] 61d6e70fd3 ⬆️ Bump the go_modules group across 2 directories with 2 updates
Bumps the go_modules group with 1 update in the / directory: [github.com/cloudflare/circl](https://github.com/cloudflare/circl).
Bumps the go_modules group with 1 update in the /frontend/src/common/prettier/plugins/docker directory: [github.com/moby/buildkit](https://github.com/moby/buildkit).


Updates `github.com/cloudflare/circl` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](https://github.com/cloudflare/circl/compare/v1.6.2...v1.6.3)

Updates `github.com/moby/buildkit` from 0.24.0 to 0.28.1
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](https://github.com/moby/buildkit/compare/v0.24.0...v0.28.1)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
  dependency-version: 1.6.3
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/moby/buildkit
  dependency-version: 0.28.1
  dependency-type: direct:production
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-26 18:28:41 +00:00
..
2025-11-04 01:21:10 +08:00
2025-09-24 21:44:42 +08:00
2025-09-21 03:04:23 +08:00
2025-04-22 22:43:20 +08:00
⬆️ Bump qs
2026-02-13 09:21:44 +00:00
2025-04-22 22:43:20 +08:00
2025-04-22 22:43:20 +08:00
2025-11-16 02:37:30 +08:00

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.