mirror of
https://github.com/zaphar/wasm-web-components.git
synced 2025-07-21 19:40:30 -04:00
fix: missing s in base_clas
This commit is contained in:
parent
aaea07a7b8
commit
8e11072b52
@ -68,7 +68,7 @@ fn get_class_and_element_names(
|
|||||||
if let Lit::Str(nm) = nv.lit {
|
if let Lit::Str(nm) = nv.lit {
|
||||||
observed_events = Some(nm);
|
observed_events = Some(nm);
|
||||||
}
|
}
|
||||||
} else if nv.path.is_ident("base_clas") {
|
} else if nv.path.is_ident("base_class") {
|
||||||
if let Lit::Str(nm) = nv.lit {
|
if let Lit::Str(nm) = nv.lit {
|
||||||
base_class = Some(nm);
|
base_class = Some(nm);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user