我正在尝试在我的项目中使用聚合物组件(https://github.com/benkeen/polymer-country-region-selector)。我试图将文件添加到我的项目中但由于某种原因它似乎没有反映出这些变化。我有:
'public/vendor/country-region-selector/source/crs.js',
'public/vendor/country-region-selector/source/jquery.crs.min.js'
到我的grunt文件。我可以看到数据进入core.min.js。
然后我使用玉这样调用国家生成器:
country-region-selector(countrydropdownname='c', regiondropdownname='r')
似乎没有显示更改。我做错了吗?