1
私は変更ページの前に私のURLのスペースを置き換えて、私が望むURLを作成したいと思います。 置換が機能しません。 私の機能はこのようなものですポリマー交換URL、スペーシング
handleTap: function(item) {
var item = this.$.listTypes.itemForElement(item.target);
var e = item.type;
e.replace(" ", "-");
console.log(e);
window.location.hash = e; }
ありがとう!