gpt4 book ai didi

html - VueJS : Failed to load resource

转载 作者:行者123 更新时间:2023-11-28 03:20:44 26 4
gpt4 key购买 nike

我正在使用 VueJS。在 index.html 中,我放置了一个与我的 css 文件的链接,所以我有以下代码:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>my-project</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="src/assets/sass/materialize.css">
</head>
<body>
<div id="app"></div>
</body>
</html>

但是我在说这个文件时出错

为什么会这样?我确定这个文件在那个文件夹里

enter image description here

最佳答案

这不是 vue 的问题,而是它运行的服务器上下文的问题。

我怀疑您可能正在使用 webpack 来构建和提供内容。该错误可能与 webpack 中的设置有关,您需要提供详细信息以获得帮助。

关于html - VueJS : Failed to load resource,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45227993/

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