Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
update vue version in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
peak committed Apr 7, 2017
1 parent c0014a0 commit 1f2c378
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/basic.html
Expand Up @@ -5,7 +5,7 @@
<title>vue html5 editor demo</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/>
<script src="../dist/vue-html5-editor.js"></script>
<script src="https://cdn.bootcss.com/vue/2.1.10/vue.js"></script>
<script src="https://cdn.bootcss.com/vue/2.2.6/vue.js"></script>
<link href="https://cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<style>
#app {
Expand Down
2 changes: 1 addition & 1 deletion example/custom-color.html
Expand Up @@ -5,7 +5,7 @@
<title>vue html5 editor demo</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/>
<script src="../dist/vue-html5-editor.js"></script>
<script src="https://cdn.bootcss.com/vue/2.1.10/vue.js"></script>
<script src="https://cdn.bootcss.com/vue/2.2.6/vue.js"></script>
<link href="https://cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<style>
body {
Expand Down
2 changes: 1 addition & 1 deletion example/custom-icon.html
Expand Up @@ -5,7 +5,7 @@
<title>vue html5 editor demo</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/>
<script src="../dist/vue-html5-editor.js"></script>
<script src="https://cdn.bootcss.com/vue/2.1.10/vue.js"></script>
<script src="https://cdn.bootcss.com/vue/2.2.6/vue.js"></script>
<style>
#app {
margin: 50px auto;
Expand Down
2 changes: 1 addition & 1 deletion example/custom-modules.html
Expand Up @@ -5,7 +5,7 @@
<title>vue html5 editor demo</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/>
<script src="../dist/vue-html5-editor.js"></script>
<script src="https://cdn.bootcss.com/vue/2.1.10/vue.js"></script>
<script src="https://cdn.bootcss.com/vue/2.2.6/vue.js"></script>
<link href="https://cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<style>
#app {
Expand Down
2 changes: 1 addition & 1 deletion example/extended-module.html
Expand Up @@ -5,7 +5,7 @@
<title>vue html5 editor demo</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/>
<script src="../dist/vue-html5-editor.js"></script>
<script src="https://cdn.bootcss.com/vue/2.1.10/vue.js"></script>
<script src="https://cdn.bootcss.com/vue/2.2.6/vue.js"></script>
<script src="https://cdn.bootcss.com/moment.js/2.14.1/moment.min.js"></script>
<link href="https://cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<style>
Expand Down
2 changes: 1 addition & 1 deletion example/i18n.html
Expand Up @@ -5,7 +5,7 @@
<title>vue html5 editor demo</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/>
<script src="../dist/vue-html5-editor.js"></script>
<script src="https://cdn.bootcss.com/vue/2.1.10/vue.js"></script>
<script src="https://cdn.bootcss.com/vue/2.2.6/vue.js"></script>
<link href="https://cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<style>
#app {
Expand Down

0 comments on commit 1f2c378

Please sign in to comment.