gpt4 book ai didi

twitter-bootstrap - 将 bootstrap-web-components 安装到 polymer

转载 作者:行者123 更新时间:2023-12-01 12:37:40 26 4
gpt4 key购买 nike

我正在玩 polymer 。

目标

我想使用 polymerjs 创建一个自定义元素带有封装在此自定义元素中的 Bootstrap 模式对话框。干净的解决方案似乎是使用 mike costello's bootstrap-web-components

boostrap-modal.html

<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../bower_components/bootstrap-web-components/dist/imports.html">

<polymer-element name="bootstrap-modal" attributes="script css">
<template>
<bs-modal title="Title" show="false">
Dialog Contents
</bs-modal>
</template>

<script>
</script>
</polymer-element>

问题

我用凉亭安装库。我的项目有根 Polymer,在这个文件夹中有 index.html 文件、bower.json 文件和一个文件夹 bower_components。我的 bootstrap 和 bootstrap-web-components 文件夹位于 bower_components 文件夹中。我只在我的自定义元素中导入 bootstrap-web-components imports.html 文件。

运行后,我得到一个 Uncaught TypeError: undefined is not a function 在 bootstrap-web-components.js 的第 13 行

谢谢您的帮助!

最佳答案

回到 2013 年创建 repo 时使用的 polymer register()这已更改为 registerElement() .我已经相应地更新了 repo 和 Bower 包。

要首先导入,请确保您的站点现在在 http://webcomponents.org 上具有 HTMLImports 和 CustomElements 填充程序。

那么你可以<link rel="import" href="dist/imports.html">
http://mikecostello.github.io/bootstrap-web-components 的工作示例查看源代码

关于twitter-bootstrap - 将 bootstrap-web-components 安装到 polymer ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28150861/

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