不导入的特定聚合物元素。 404未找到错误

时间:2015-01-27 17:27:30

标签: html polymer importerror

在我的网页上,我尝试从与其他两个Polymer元素相同的目录中导入paper-toast元素。所有这些都已经与Bower一起安装,并且都具有相同的权限。

<html>
<head>
    <title>New Movement Entertainment</title>
    <link rel=stylesheet href=css/home.css type=text/css>
    <link rel="import" href="bower_components/paper-shadow/paper-shadow.html">
    <link rel="import" href="bower_components/paper-input/paper-input.html">
    <link rel="import" href="bower_components/paper-toast/paper-toast.html">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
    <script src="bower_components/webcomponentsjs/webcomponents.js"></script>
    <script src=scripts/jquery.js></script>

但是,在页面加载时,我会收到404 Not Found for paper-toast import。我已经尝试重新安装元素,甚至将其文件夹放在纸张输入目录(我知道导入正常)。有没有人有任何想法?

0 个答案:

没有答案