Fix vscode custom data tag name (#593)

pull/625/head
Kazem Keshavarz 2021-11-22 17:10:23 +03:30 zatwierdzone przez GitHub
rodzic 8ea8a20cc9
commit 9afb32f526
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ const components = getAllComponents(metadata);
const vscode = { tags: [] };
components.map(component => {
const name = component.tag;
const name = component.tagName;
const attributes = component.attributes?.map(attr => {
const type = attr.type?.text;
let values = [];