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

196
Views
Fill input fields based on URL / BootstrapVue

I'm using BootstrapVue. Now I try to fill my input fields based on my URL..

My code:

<template>
  <div class="col-md-6 mt-3">
    <div class="mt-2">ID</div>
    <b-form-input type="number"></b-form-input>
    <div class="mt-2">Name</div>
    <b-form-input type="text"></b-form-input>
  </div>
</template>

my URL: localhost:8080/?UserID=1234&Username=Peter_Parker

Now it should fill my UserID b-form-input with 1234 and my Username b-form-input with Peter Parker

Is this possible? Thanks in advance !

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Try with:

this.$route.query.UserID

and

this.$route.query.Username
about 4 years ago · Juan Pablo Isaza 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!