Skip to content

Commit

Permalink
更新 vue cdn 路径
Browse files Browse the repository at this point in the history
  • Loading branch information
rwx committed Aug 9, 2023
1 parent 4085321 commit 04ab834
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions htmldemo/iconfont-scanf.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@
</div>
</section>
</section>
</body>

<!--ttf文件解析库-->
<script src="https://cdn.jsdelivr.net/npm/opentype.js@latest/dist/opentype.min.js"></script>
<!--vue 前端框架-->
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.10/dist/vue.min.js"></script>
<script>

new Vue({
Expand Down Expand Up @@ -441,4 +441,5 @@
}
})
</script>
</body>
</html>

0 comments on commit 04ab834

Please sign in to comment.