delimiters

delimiters

Type: Array

Default: ["{{", "}}"]

Restrictions: This option is only available in the full build, with in-browser compilation.

Details:

Change the plain text interpolation delimiters.

Example:

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

// Delimiters changed to ES6 template string style

你可能感兴趣的:(vue)