在里面
https://codesandbox.io/s/compassionate-gagarin-qxp98?file=/src/components/genericitem.vue:1921-1957
我正在尝试显示一个需要样式的模态。使用
<style scoped>
@import "../styles/modal-style.css";
</style>
不会加载适当的样式,也不会粘贴
https://codesandbox.io/s/compassionate-gagarin-qxp98?file=/src/styles/modal-style.css:0-1064
进入 style
标签。
这样做的目的是得到
https://codesandbox.io/s/sleepy-tdd-jrrgg?file=/index.html:122-181
但是模态是单个文件组件。
为什么vue不加载样式?
1条答案
按热度按时间pobjuy321#
在这种情况下,您应该在Web包配置文件中创建别名,如下所示:
您的别名现在将是全局的,因此您可以执行以下操作: