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

115
Views
Can not change delimiters in vue.js 3.x

In vue.js 2.x I used to simply do

new Vue({
    delimiters: ['${', '}'],
    ...
}

But now it does not seem to work anymore in vue 3.0.2 or 3.1.2 :

 const app = Vue.createApp({
 delimiters: ['${', '}'],
     data() {
         return {
 
             display: 'redbox',
 
         }
     },

Follinwg the docs, I also tried adding it after constructor like:

 const app = Vue.createApp({...});
 app.compilerOptions.delimiters = ['${', '}'];
 app.mount("#vue-enhanced-page");

But it did not work either and the delimiters are shown literally like ${p.title}. So appreciate your help to fix this.

It may worths noting that I import vue from cdn to my html page:

<script src="https://unpkg.com/vue@3.1.2"></script>
about 4 years ago · Juan Pablo Isaza
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!