# vite-plugin-transform-async-component
# 0.0.4 (2025-03-13)
- chore(async-component): 移除无用依赖 (416e281 (opens new window))
# 0.0.3 (2025-03-11)
- feat(vite-plugin-transform-async-component): 异步转换边界处理与测试用例 (37da453 (opens new window))
- docs: update docs (709d443 (opens new window))
# 0.0.2 (2025-03-10)
- 新增 @async 注释语法糖,将组件自动转换为
defineAsyncComponent
异步组件 (f95ccb6 (opens new window))