Skip to content

Commit 5546d31

Browse files
committed
Fix viewport.
1 parent 831ce6d commit 5546d31

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>VueJs Plugin usage example</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67
<link href="app.main.css?d5daa89f59b6f47ec774" rel="stylesheet"></head>
78
<body>
89
<div id="app"></div>

src/docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>VueJs Plugin usage example</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67
</head>
78
<body>
89
<div id="app"></div>

0 commit comments

Comments
 (0)