-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error reported under vue3.0 version #57
Comments
What's your exact issue? </script>
import * as animationData from "../../../public/path/element14.json";
import Lottie from "lottie-web";
export default defineComponent({
name:'CyberCity',
setup(){
return{
defaultOptions:{animationData:animationData}
}
},
components: {
Navigation,
'lottie':Lottie
},
})
</script> In template <div style="background-color:#000;
margin: 0px;
height: 100%;
overflow: hidden;">
<lottie :options="defaultOptions" :height="400" :width="400"/>
</div> But I got warnings:
|
Same here. Having trouble tracking this down, because this triggers on all pages, even on I did update a few dependencies, so this might be version specific or caused by a single incompatible dependency, will need to investigate further. |
I'm having the exact same problem. Have you found a solution? |
Error reported under vue3.0 version
The text was updated successfully, but these errors were encountered: