Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

217
Views
¿Cómo cambiar el logotipo de las páginas cuando se usa vue-router?

<img v-if="visibl" :class="{logoB:visible}" src="@/assets/images/svg/logo-footer.svg" alt=":(/>

data() { texto enfatizado return { visible: false, }; },

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Puede agregar reloj a su enrutador en componente, entonces:

 <template> <div> <img v-if="visible" :class="{logoB:visible}" src="@/assets/images/svg/logo-footer.svg" /> </div> </template>

parte del guión aquí

 export default { name: "MyComponent", data() { return { visible: false } }, watch: { $route: { handler: function(to) { this.visible = to.name === 'my-awesome-route'; }, immediate: true, } } }
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!