delimiters

delimiters

Type: Array<string>

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
发布了133 篇原创文章 · 获赞 189 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/blog_programb/article/details/105603723
今日推荐