Skip to content

Commit 37782be

Browse files
authored
chore: add <meta charset> to playground (#12574)
1 parent 9b512ca commit 37782be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playgrounds/demo/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<meta charset="utf-8" />
45
<link rel="icon" href="/favicon.png" />
56
<link href="/demo.css" rel="stylesheet" />
67
<!--ssr-head-->

0 commit comments

Comments
 (0)