如何在 vue.js 版本 3 中配置分隔符+使用构建工具?
我被这个问题困扰了一段时间。
官方网站给出了这样的信息:
//分隔符改为ES6模板字符串样式 app.config.compilerOptions.delimiters = ['${', '}']
但它不适用于仅如网站中提到的构建设置..它仅适用于独立的 vue.js
I was stuck with this for a while.
The official site gave this:
// Delimiters changed to ES6 template string style app.config.compilerOptions.delimiters = ['${', '}']
but it doesn't work for build setup only as mentioned in the site.. it only works for standalone vue.js
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这里发布 @Emperorsum 自己的答案:
Posting @Emperorsum's own answer here: