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

156
Views
Getting warning from VSCode when using CharAt with Vuejs

While trying to pick out the first character of a computed property I used charAt() function on it, but I am getting a little warning from VSCode that it is a wrong usage, although it is working.

computed: { ...mapGetters({ firstname: 'user/firstname', lastname: 'user/lastname', }), initials () { return (this.firstname.charAt(0).toUpperCase() + this.lastname.charAt(0).toUpperCase()); } },

Property 'charAt' does not exist on type 'Computed'.Vetur(2339) - This is the warning I get. Could not find much on this over the web

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

0

This is a warning caused by vetur.validation.interpolation which validate interpolations in region using TypeScript language service.

Setting vetur.experimental.templateInterpolationService: false in your settings.json file will solved this issue for you.

enter image description here

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!