fix(types): remove "undefined" dispatched events

This commit is contained in:
Eric Liu 2020-11-19 09:09:57 -08:00
commit 1e80e42573
8 changed files with 17 additions and 27 deletions

View file

@ -3,7 +3,7 @@
import { Tag } from "../types";
// example of a direct import
import TagSkeleton from "../types/Tag/Tag.Skeleton";
import TagSkeleton from "../types/Tag/TagSkeleton";
</script>
<!-- the "class", "style" attributes should not cause an error -->