gpt4 book ai didi

ionic-framework - styleUrls ionic - 404(未找到)

转载 作者:行者123 更新时间:2023-12-04 14:49:46 24 4
gpt4 key购买 nike

有谁知道如何解决在组件上找不到 .scss 的 404 文件:

enter image description here

这是我的 .ts 文件

我想这就是你如何连接你的造型
.scss 和 .ts 在同一个 calendar/目录中

@Component({
selector: 'calendar',
styleUrls: **['calendar.component.scss']**,
templateUrl: 'calendar.component.html',
changeDetection: ChangeDetectionStrategy.OnPush
})

有没有其他人偶然发现这个问题。
我试过了 :

styleUrls: ['calendar.component.scss'],
styleUrls: ['./calendar.component.scss'],
还 :

在 app.scss 中,像这样:
@import '../components/calendar/calendar'
@import '../components/calendar/calendar/calender.component.scss'

所有的尝试都没有成功。有什么想法吗?

最佳答案

ionic 4:
似乎是真实的 styleUrls相对路径有点问题。
更改 styleUrlsstyles例如:styles: ['favourites.scss'] ,

关于ionic-framework - styleUrls ionic - 404(未找到),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49731360/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com