We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d4214 commit 341ce93Copy full SHA for 341ce93
src/.vuepress/theme/components/PageEdit.vue
@@ -2,12 +2,12 @@
2
<footer class="page-edit">
3
<div class="container">
4
<p>
5
- Deployed on
+ Deploy feito via
6
<a href="https://url.netlify.com/HJ8X2mxP8">Netlify</a>.
7
<template v-if="editLink">
8
<br />
9
<span class="edit-link">
10
- Caught a mistake or want to contribute to the documentation?
+ Encontrou um erro ou deseja contribuir com a documentação?
11
<a
12
:href="editLink"
13
target="_blank"
@@ -37,7 +37,7 @@ export default {
37
38
computed: {
39
lastUpdated() {
40
- return this.$page.lastUpdated
+ return new Date(this.$page.lastUpdated).toLocaleString()
41
},
42
43
lastUpdatedText() {
0 commit comments