【发布时间】:2020-10-31 22:31:05
【问题描述】:
我正在使用 Vue JS 技术进行编码,我正在尝试加载图标,但它不会显示。我试图寻找有关它的其他文档,但找不到。我是这项技术的初学者,希望有人帮助。谢谢!
这是我的 HTML 代码:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="favicon.ico" />
<title>Hello World</title>
</head>
<body>
<noscript>
<strong>
We're sorry but codesandbox doesn't work properly without
JavaScript enabled. Please enable it to continue.
</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
【问题讨论】:
-
抱歉,我现在已经编辑好了。
-
嘿@Jake,这是另一个有用的答案,看到这个,stackoverflow.com/a/40191627/11563561,去一个静态文件夹
-
其他开发人员的任何东西 :)