1
0
This commit is contained in:
2022-03-29 23:50:01 +00:00
parent e09e453071
commit e9468a9a09
3 changed files with 11 additions and 16 deletions

View File

@@ -20,7 +20,7 @@
<div class="row row-cols-2 row-cols-md-3 row-cols-md-4 gy-5">
<div v-for='funko in funkos'>
<Funko
<funko-card :funko="funko" />
</div>
</div>
</div>
@@ -29,7 +29,7 @@
<script src="funkos.js"></script>
<script type="module">
import FunkoCard from './components/FunkoCard.vue'
import FunkoCard from './components/FunkoCard.js';
Vue.createApp({
components: {
@@ -44,4 +44,4 @@
</script>
</body>
</html>
</html>