We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vue] vue怎么改变插入模板的分隔符?
The text was updated successfully, but these errors were encountered:
delimiters
Sorry, something went wrong.
https://cn.vuejs.org/v2/api/#delimiters
没懂
可以在new Vue传入配置对象中设置delimiters,也可以Vue.config.delimiters = ['${', '}']
Vue.config.delimiters = ['${', '}']
这么一改,所有用到 {{ }} 插值表达式的地方都要換成 ${ }
No branches or pull requests
[vue] vue怎么改变插入模板的分隔符?
The text was updated successfully, but these errors were encountered: