Skip to content

Commit

Permalink
build(all): lock vue and vuex versions
Browse files Browse the repository at this point in the history
  • Loading branch information
z3dev authored Jul 23, 2022
2 parents 2c53c82 + 930aa84 commit f92b451
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions tutorial0.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>JSCAD Design - Tutorial 0</title>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vuex"></script>
<script src="https://unpkg.com/vue@2.7.8"></script>
<script src="https://unpkg.com/vuex@2.5.0"></script>
<style>
.viewer{
width: 8cm;
Expand Down
4 changes: 2 additions & 2 deletions tutorial1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>JSCAD Design - Tutorial 1</title>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vuex"></script>
<script src="https://unpkg.com/vue@2.7.8"></script>
<script src="https://unpkg.com/vuex@2.5.0"></script>
<style>
.viewer{
width: 8cm;
Expand Down
4 changes: 2 additions & 2 deletions tutorial2.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>JSCAD Design - Tutorial 2</title>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vuex"></script>
<script src="https://unpkg.com/vue@2.7.8"></script>
<script src="https://unpkg.com/vuex@2.5.0"></script>
<style>
.viewer{
width: 8cm;
Expand Down
4 changes: 2 additions & 2 deletions tutorial3.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>JSCAD Design - Tutorial 3</title>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vuex"></script>
<script src="https://unpkg.com/vue@2.7.8"></script>
<script src="https://unpkg.com/vuex@2.5.0"></script>
<style>
.viewer{
width: 8cm;
Expand Down
4 changes: 2 additions & 2 deletions tutorial4.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>JSCAD Design - Tutorial 4</title>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vuex"></script>
<script src="https://unpkg.com/vue@2.7.8"></script>
<script src="https://unpkg.com/vuex@2.5.0"></script>
<style>
.viewer{
width: 8cm;
Expand Down
4 changes: 2 additions & 2 deletions tutorial5.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>JSCAD Design - Tutorial 5</title>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vuex"></script>
<script src="https://unpkg.com/vue@2.7.8"></script>
<script src="https://unpkg.com/vuex@2.5.0"></script>
<style>
.viewer{
width: 8cm;
Expand Down
4 changes: 2 additions & 2 deletions tutorial6.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>JSCAD Design - Tutorial 6</title>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vuex"></script>
<script src="https://unpkg.com/vue@2.7.8"></script>
<script src="https://unpkg.com/vuex@2.5.0"></script>
<style>
.viewer{
width: 8cm;
Expand Down

0 comments on commit f92b451

Please sign in to comment.