Skip to content

Commit 937ef3f

Browse files
committed
Add mobile device support for the example
1 parent 9737aca commit 937ef3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>vue-infinite-loading</title>
5+
<meta name="viewport" content="width=device-width, maximum-scale=1, minimum-scale=1, initial-scale=1, user-scalable=no, shrink-to-fit=no">
6+
<title>Vue-infinite-loading Simple</title>
67
<script src="../node_modules/vue/dist/vue.js"></script>
78
<script src="../dist/vue-infinite-loading.js"></script>
89
<style>

0 commit comments

Comments
 (0)