vue3-lottie
vue3-lottie copied to clipboard
v3
Refactor:
- [x] updated build system
- [x] export types props, options
- [x] inline css (no need import
.cssfile) - [x] reactive data/url (full check, safe parse)
- [x] back again to script setup
Docs
- [x] migration guide
- [x] add new props
- [ ] write about priority
- [x] update site documentation @megasanjay
Optimizations
- [x] destroy lottie is component unmount
- [ ] add docs how to use static assets
- [ ] unattach events
TODO:
- [x] fix loading lottie
- [ ] migrate to ref syntax
- [ ] ⁉️ maybe external
lottie-weband set optional peerDependency - [ ] off renovate bot @megasanjay
- [ ] check work with
vite-plugin-ssg - [ ] check work in nuxt @megasanjay
- [x] dotlottie support?
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated |
|---|---|---|---|---|
| vue3-lottie | ✅ Ready (Inspect) | Visit Preview | 💬 Add your feedback | Feb 24, 2023 at 6:17PM (UTC) |
This pull request introduces 1 alert when merging 75c7669662c093d6b925a6bced75e36c350daab7 into 4f03c875835df1e8f8a77dff35b9a807020201b9 - view on LGTM.com
new alerts:
- 1 for Unused variable, import, function or class
beta version https://www.npmjs.com/package/@reslear/vue3-lottie
This pull request introduces 1 alert when merging 96e896660dbc90978d8bd6082e8ba9c2d6f6c732 into 4f03c875835df1e8f8a77dff35b9a807020201b9 - view on LGTM.com
new alerts:
- 1 for Unused variable, import, function or class
This pull request introduces 1 alert when merging ce13e827dd05454c11ac0c935c5118c3fb6f4be4 into 4f03c875835df1e8f8a77dff35b9a807020201b9 - view on LGTM.com
new alerts:
- 1 for Unused variable, import, function or class
This pull request introduces 1 alert when merging ac3b99602c824a8a5862d90a4f7274dbcae719f5 into 4f03c875835df1e8f8a77dff35b9a807020201b9 - view on LGTM.com
new alerts:
- 1 for Unused variable, import, function or class
can we disable all these useless bots?
my project after migrate to dotlottie:
bundle size after migrate from asset import -> fetch
ok, i'm complete working with nuxt3 suport:
- [x] add example
- [x] check in dev/build ssr hydration
alse optimize emits only is need for prevent ddos devtools events panel
you can check new preview version:
v0.0.7
npm i @reslear/vue3-lottie