]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: remove void element end tag (#174)
authorbtea <2356281422@qq.com>
Mon, 17 Oct 2022 11:52:10 +0000 (19:52 +0800)
committerGitHub <noreply@github.com>
Mon, 17 Oct 2022 11:52:10 +0000 (19:52 +0800)
template/base/index.html

index 030a6ff51bfc6f6adcc472f6d8c02db92ce947a8..99f583aa2b835f6885f2c233a0e1f6d395fa42af 100644 (file)
@@ -1,9 +1,9 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <meta charset="UTF-8" />
-    <link rel="icon" href="/favicon.ico" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta charset="UTF-8">
+    <link rel="icon" href="/favicon.ico">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>Vite App</title>
   </head>
   <body>