Releases: harlan-zw/vue-cli-plugin-import-components
Releases · harlan-zw/vue-cli-plugin-import-components
Release 1.2.2
- Fix import line when using mapComponent
#16
, thanks @verstoff
Release 1.2.1
- Add support for vue-property-decorator in Vue 3
#14
- chore(read-me): add feature for lazy loading
2f7ebe2
Release 1.2.0
Features 🎉
- Async components with Lazy prefix
5e3d1a7
You can load your components async by prefixing your component name with Lazy
or lazy-
, depending on your
syntax.
<template>
<div>
<!-- ComponentFoo will be loaded in async -->
<LazyComponentFoo />
<!-- ComponentBar will be loaded sync -->
<ComponentBar />
</div>
</template>
Release 1.1.1
- fix: Vuetify name conflict on installComponents
a1dd917
- chore: add changelog.md
e74be69
Release 1.1.0
- fix(runtime): Fix Runtime component adding in vue2
0ea049b
- chore(testing): Add examples for issue #9, trying to replicate
2870a11
- feat(components): Sort components imports by import path
5cbf6f5
Release 1.0.2
- Add support for vue-property-decorator (#8) (065a338)
- chore(example): adding example for setup api (#6) (a38dfce)
- chore(doc): remove beta warning (90b43b7)
Release 1.0.1
- hf(scanner): remove windows path resolution (c15b0ca) fixes #1
Release 1.0.0
- fix(paths): use upath over path, might fix issue #1 (202a087)
- chore(deps): upgrade dependencies (2916611)