Skip to content

Commit

Permalink
Add viewport meta to default template (vuejs#405)
Browse files Browse the repository at this point in the history
Make template correctly fit mobile devices
  • Loading branch information
znck authored Mar 17, 2017
2 parents 8619140 + c22991a commit c8801b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
Expand Down

0 comments on commit c8801b6

Please sign in to comment.