Skip to content

Commit

Permalink
use vue2
Browse files Browse the repository at this point in the history
  • Loading branch information
horans committed Mar 29, 2022
1 parent 7a21a90 commit 00c37ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Most of the options use "1/0" to present "on/off".

### Change Log

#### 220329

* change vendor to vue v2

#### 211020

* auto query path on start
Expand Down
2 changes: 1 addition & 1 deletion iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ <h3>Options</h3>

<!-- vendor -->
<script src="https://cdn.jsdelivr.net/gh/websanova/js-url/dist/url.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
<script src="https://cdn.jsdelivr.net/npm/axios"></script>
<script src="https://cdn.jsdelivr.net/gh/typekit/webfontloader/webfontloader.js"></script>
<script src="https://cdn.jsdelivr.net/npm/nouislider"></script>
Expand Down

0 comments on commit 00c37ad

Please sign in to comment.