npm run build

This commit is contained in:
Arturo
2020-02-18 20:25:26 -06:00
parent 7e62ad7970
commit 6b2548b7ce
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
td Nombre Segundo Autor
tbody
tr(v-for="i in data.trabajo")
td {{i.nombre_trabajo}}
td {{i.tipo_trabajo}}
td {{i.nombre_trabajo}}
td {{i.autor_principal}}
td {{i.segundo_autor}}