diff options
-rw-r--r-- | src-vue/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src-vue/index.html b/src-vue/index.html index 99f203f5..143557b5 100644 --- a/src-vue/index.html +++ b/src-vue/index.html @@ -1,12 +1,11 @@ -<!doctype html> +<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Tauri + Vue + Typescript App</title> + <title>Vite + Vue + TS</title> </head> - <body> <div id="app"></div> <script type="module" src="/src/main.ts"></script> |