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

Commit

Permalink
jsdelivr 无法访问 修改为 unpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
LauZzL authored May 31, 2022
1 parent fe4269f commit aa75662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</div>
</body>
<!-- import Vue before Element -->
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
<script src="https://unpkg.com/vue@2"></script>
<!-- import JavaScript -->
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
<!-- import thunder sdk -->
Expand Down

0 comments on commit aa75662

Please sign in to comment.