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 {{}}

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2c238-2bae0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2c238-2bae0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?