I was stuck with this for a while.
The official site gave this:
// Delimiters changed to ES6 template string style app.config.compilerOptions.delimiters = ['${', '}']
but it doesn't work for build setup only as mentioned in the site.. it only works for standalone vue.js
Posting @Emperorsum's own answer here: