道孚大屏
Go to file
2024-07-09 17:00:58 +08:00
.vscode fix:地图点位异步处理 2024-06-20 16:50:53 +08:00
build first commit 2024-01-24 14:15:13 +08:00
config first commit 2024-01-24 14:15:13 +08:00
public 2024.7.9 2024-07-09 17:00:58 +08:00
src fix:地图点位异步处理 2024-06-20 16:50:53 +08:00
types first commit 2024-01-24 14:15:13 +08:00
.env.development 20240619 2024-06-19 07:54:08 +08:00
.env.production 20240619 2024-06-19 07:54:08 +08:00
.gitignore first commit 2024-01-24 14:15:13 +08:00
index.html first commit 2024-01-24 14:15:13 +08:00
package-lock.json first commit 2024-01-24 14:15:13 +08:00
package.json first commit 2024-01-24 14:15:13 +08:00
pnpm-lock.yaml first commit 2024-01-24 14:15:13 +08:00
README.md first commit 2024-01-24 14:15:13 +08:00
test.txt first commit 2024-01-24 14:15:13 +08:00
tsconfig.json first commit 2024-01-24 14:15:13 +08:00
vite.config.ts feat:道孚区域边界 2024-01-29 14:05:14 +08:00
道孚大屏-1.zip 20240619 2024-06-19 07:54:08 +08:00
道孚大屏.zip 20240619 2024-06-19 07:54:08 +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

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can enable Volar's .vue type support plugin by running Volar: Switch TS Plugin on/off from VSCode command palette.