kopia lustrzana https://github.com/shoelace-style/shoelace
Fix vscode custom data tag name (#593)
rodzic
8ea8a20cc9
commit
9afb32f526
|
@ -18,7 +18,7 @@ const components = getAllComponents(metadata);
|
||||||
const vscode = { tags: [] };
|
const vscode = { tags: [] };
|
||||||
|
|
||||||
components.map(component => {
|
components.map(component => {
|
||||||
const name = component.tag;
|
const name = component.tagName;
|
||||||
const attributes = component.attributes?.map(attr => {
|
const attributes = component.attributes?.map(attr => {
|
||||||
const type = attr.type?.text;
|
const type = attr.type?.text;
|
||||||
let values = [];
|
let values = [];
|
||||||
|
|
Ładowanie…
Reference in New Issue