Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use v2 of vue.js
  • Loading branch information
mgh128 committed Feb 10, 2022
1 parent 98b16ca commit 8e6c0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>Demo page for https://github.com/gs1/GS1DigitalLinkToolkit.js</title>
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
<script src="js/GS1DigitalLinkToolkit.js"></script>
<style type="text/css">
body { background-color: #FFFFFF; font-size: 1en; font-family: Arial, Helvetica, Geneva, sans-serif; }
Expand Down

0 comments on commit 8e6c0e9

Please sign in to comment.