From a033d5872b780cf885a4f8e90573474cfb7787b5 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Tue, 17 Jan 2023 00:25:40 +0800 Subject: [PATCH] update animation-view.md --- docs/component/animation-view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/animation-view.md b/docs/component/animation-view.md index fccb73905..73650f71d 100644 --- a/docs/component/animation-view.md +++ b/docs/component/animation-view.md @@ -51,7 +51,7 @@ Lottie动画组件,动画资源参考[Lottie官方链接](https://airbnb.desig export default { data() { return { - path: 'https://b.bdstatic.com/miniapp/images/lottie_example_one.json', + path: '/uni_modules/uni-animation-view/static/lottie.json', loop: false, autoplay: false, action: 'play', -- GitLab