Skip to content

Commit d72b3dd

Browse files
patak-devsapphi-redtony19
authoredJun 8, 2022
feat(create-vite): align template styles with docs (#8478)
Co-authored-by: 翠 / green <[email protected]> Co-authored-by: Tony Trinh <[email protected]>
1 parent 408e5a7 commit d72b3dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+1391
-694
lines changed
 

‎packages/create-vite/template-lit-ts/index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + Lit App</title>
7+
<title>Vite + Lit + TS</title>
8+
<link rel="stylesheet" href="./src/index.css" />
89
<script type="module" src="/src/my-element.ts"></script>
910
</head>
1011
<body>
1112
<my-element>
12-
<p>This is child content</p>
13+
<h1>Vite + Lit</h1>
1314
</my-element>
1415
</body>
1516
</html>
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.