@burh/nuxt-core 1.0.77 → 1.0.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div class="col-7 bg-lighter py-5 px-5">
3
3
  <h2 class="display-4 text-center mb-4">{{name}}</h2>
4
- <p class="text-muted mb-0"> Pretensão Salarial de {{wagePretesion | convertToReal}} reais.</p>
4
+ <p class="text-muted mb-0" v-show="wagePretesion"> Pretensão Salarial de {{wagePretesion | convertToReal}} reais.</p>
5
5
  <p class="text-muted">Código de indicação do usuário: <b>{{codUser}}</b></p>
6
6
 
7
7
  <h2 class="display-4">Sobre</h2>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {