How vue modifies "{{" to another symbol

the gulp-nunjucks-render I use will deal with the content in "{{}}". I haven"t found a way to modify it for the time being, so I want to modify the "{{}}" symbol

in vue.

conflicts with gulp-nunjucks-render
has looked for other gulp modules, but no one is more suitable

can vue be modified in this way? How can I modify it?


vue provides a configuration item: delimiters , but there are restrictions. The document says," this option is only available when compiled in browsers in the full build. "you can try

.

or use the instruction v-text instead of {{}}


v-text can replace {{}}

Menu