Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <div id="app">
  2. <img class="img-fluid" v-bind:src="image" :alt="name">
  3. <h2>{{ name }}</h2>
  4. <p>{{description}}</p>
  5. <div class="h3">${{price}}</div>
  6. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement