vuejs+typescrpt this[key] 使用變量獲取this屬性報錯解決辦法Element implicitly has an 'any' type because type 'About

1.在使用vue+typescript 構建項目的時候,使用變量動態獲取屬性值的時候,ts解析器會報一個錯誤。 ** var key = 'name'; this[key] = 123; // 這裏會提示一個語法錯誤 **Element implicitly has an 'any' type because type 'About' has no index signature.** co
相關文章
相關標籤/搜索