我有Bootstrap v3.3.4。
index.html具有bower_components/bootstrap/dist/css/bootstrap.css,但glyphicon-duplicate不呈现。有人能告诉我为什么吗?
发布于 2020-01-13 23:01:54
我使用了另一种有效的方法:
fa fa-clone发布于 2015-04-15 22:16:21
至少在我使用流星的情况下,我发现流行的mizzao:bootstrap-3没有复制图标。为了解决这个问题,我安装了官方支持的包:
meteor add twbs:bootstrap有关详细信息,请参阅其GitHub
https://stackoverflow.com/questions/29470125
复制相似问题