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