delimiters
-
Type:
Array<String>
-
Default:
["{{", "}}"]
-
Usage:
// ES6 template string style Vue.config.delimiters = ['${', '}']
Change the plain text interpolation delimiters.
delimiters
Type: Array<String>
Default: ["{{", "}}"]
Usage:
// ES6 template string style Vue.config.delimiters = ['${', '}']
Change the plain text interpolation delimiters.
Please login to continue.