Skip to content

Commit

Permalink
update wepy web
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaufy committed May 22, 2017
1 parent 42065d2 commit 0e1909f
Show file tree
Hide file tree
Showing 3 changed files with 21,302 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"wepy": "^1.5.1",
"wepy-async-function": "^1.4.4",
"wepy-com-toast": "^1.0.1",
"wepy-web": "0.0.3"
"wepy-web": "0.0.8"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
Expand Down
14 changes: 7 additions & 7 deletions web/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta content="telephone=no" name="format-detection">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="format-detection" content="telephone=no"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta content="telephone=no" name="format-detection"/>

<title>test</title>
<style>
Expand All @@ -17,5 +17,5 @@
<router-view></router-view>
<script src="./index.js"></script>
</div>
</body>
</html>
<script src="index.js"></script></body>
</html>
Loading

0 comments on commit 0e1909f

Please sign in to comment.