Skip to content

Commit ae83c00

Browse files
authored
fix: charset in template
1 parent 254b095 commit ae83c00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/ru/guide/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ server.listen(8080)
9090
``` html
9191
<!DOCTYPE html>
9292
<html lang="en">
93+
<meta charset="UTF-8">
9394
<head><title>Привет</title></head>
9495
<body>
9596
<!--vue-ssr-outlet-->

0 commit comments

Comments
 (0)