Skip to content

Commit

Permalink
v1.1.2 added year 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
emigpa committed Sep 11, 2023
1 parent c2aa753 commit 08e20a7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guin",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
25 changes: 15 additions & 10 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,47 +84,52 @@ export default {
sigevadata.articulosLength = {
// 2016: getLength('articulos', 2016),
// 2017: getLength('articulos', 2017),
2018: getLength('articulos', 2018),
// 2018: getLength('articulos', 2018),
2019: getLength('articulos', 2019),
2020: getLength('articulos', 2020),
2021: getLength('articulos', 2021),
2022: getLength('articulos', 2022)
2022: getLength('articulos', 2022),
2023: getLength('articulos', 2023)
}
sigevadata.librosLength = {
// 2016: getLength('libros', 2016),
// 2017: getLength('libros', 2017),
2018: getLength('libros', 2018),
// 2018: getLength('libros', 2018),
2019: getLength('libros', 2019),
2020: getLength('libros', 2020),
2021: getLength('libros', 2021),
2022: getLength('libros', 2022)
2022: getLength('libros', 2022),
2023: getLength('libros', 2023)
}
sigevadata.pdlLength = {
// 2016: getLength('pdl', 2016),
// 2017: getLength('pdl', 2017),
2018: getLength('pdl', 2018),
// 2018: getLength('pdl', 2018),
2019: getLength('pdl', 2019),
2020: getLength('pdl', 2020),
2021: getLength('pdl', 2021),
2022: getLength('pdl', 2022)
2022: getLength('pdl', 2022),
2023: getLength('pdl', 2023)
}
sigevadata.tepLength = {
// 2016: getLength('tep', 2016),
// 2017: getLength('tep', 2017),
2018: getLength('tep', 2018),
// 2018: getLength('tep', 2018),
2019: getLength('tep', 2019),
2020: getLength('tep', 2020),
2021: getLength('tep', 2021),
2022: getLength('tep', 2022)
2022: getLength('tep', 2022),
2023: getLength('tep', 2023)
}
sigevadata.demLength = {
// 2016: getLength('dem', 2016),
// 2017: getLength('dem', 2017),
2018: getLength('dem', 2018),
// 2018: getLength('dem', 2018),
2019: getLength('dem', 2019),
2020: getLength('dem', 2020),
2021: getLength('dem', 2021),
2022: getLength('dem', 2022)
2022: getLength('dem', 2022),
2023: getLength('dem', 2023)
}
this.sigevadata = sigevadata
// console.log(
Expand Down

0 comments on commit 08e20a7

Please sign in to comment.