Home view adjustments #70
Loading…
Reference in New Issue
No description provided.
Delete Branch "wbuezas/hedera-web-mindshore:feature/HomeViewAdjustments"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
HomeView
a la composition APIScript setup
no tienen acceso a la instancia del componente no se puede acceder athis.$jAPI
, por lo que utilicéprovide - inject
para hacerlo accesible a todos los componentes@ -19,0 +3,4 @@
<div class="q-pa-sm row items-start">
<div class="new-card q-pa-sm" v-for="myNew in news" :key="myNew.id">
<QCard>
<QImg :src="`${$app.imageUrl}/news/full/${myNew.image}`">
Miraria de importar VnImg porque en Home y HomeView montamos el mismo stringValue
@ -0,0 +28,4 @@
<div class="new-card q-pa-sm" v-for="myNew in news" :key="myNew.id">
<QCard>
<QImg
:src="`${$app.imageUrl}/news/full/${myNew.image}`"
2 templateString iguales...computed?
@ -113,3 +112,3 @@
'/api': 'http://localhost:3000',
'/': {
target: 'http://localhost/projects/hedera-web',
target: 'http://localhost:3002',
3002? porque?👀💣
3002: only for development
3002 por razones de desarrollo nada más