Compare commits
No commits in common. "33da1d4ac65f5a75c603b91b9ea9cec5f027c4c8" and "8d5ddd851e0d29f9ba073bcc94a719307c0f5238" have entirely different histories.
33da1d4ac6
...
8d5ddd851e
@ -6,13 +6,14 @@
|
|||||||
<!-- Import Styles -->
|
<!-- Import Styles -->
|
||||||
<link rel="stylesheet" href="./assets/styles.css" />
|
<link rel="stylesheet" href="./assets/styles.css" />
|
||||||
<!-- Import Vue.js -->
|
<!-- Import Vue.js -->
|
||||||
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
|
<script src="https://unpkg.com/vue@3.0.0-beta.12/dist/vue.global.js"></script>
|
||||||
<!-- Import Js -->
|
|
||||||
<script type="module" src="./main.js"></script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<h1>{{ product }}</h1>
|
<h1>Product goes here</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Import Js -->
|
||||||
|
<script src="./main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user