lesson 3 ending
This commit is contained in:
parent
8dd2042e95
commit
39452ddc6c
20
index.html
20
index.html
@ -10,10 +10,26 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<h1>Product goes here</h1>
|
<div class="nav-bar"></div>
|
||||||
|
|
||||||
|
<div class="product-display">
|
||||||
|
<div class="product-container">
|
||||||
|
<div class="product-image">
|
||||||
|
<img v-bind:src="image">
|
||||||
|
</div>
|
||||||
|
<div class="product-info">
|
||||||
|
<h1>{{ product }}</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Import JS -->
|
<!-- Import App -->
|
||||||
<script src="./main.js"></script>
|
<script src="./main.js"></script>
|
||||||
|
|
||||||
|
<!-- Mount App -->
|
||||||
|
<script>
|
||||||
|
app.mount('#app')
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user