Created
May 16, 2020 16:56
-
-
Save tiagovignatti/e8ff875c23e288fe8750481ca970d946 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/components/Experience.vue b/src/components/Experience.vue | |
index 4786dff..d83de6a 100644 | |
--- a/src/components/Experience.vue | |
+++ b/src/components/Experience.vue | |
@@ -27,7 +27,7 @@ | |
{{ xp.course }} | |
</v-list-item-subtitle> | |
<v-list-item-subtitle> | |
- Código da Experiência: {{ xp.ua_code }} | |
+ {{ type }} • Código da Experiência: {{ xp.ua_code }} | |
</v-list-item-subtitle> | |
<v-row v-if='xp.description'> | |
<v-col cols='12' class='d-inline-flex align-start'> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment