Skip to content
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

SVG's SMIL animations deprecated #46

Closed
yuzewang opened this issue Jun 28, 2017 · 0 comments
Closed

SVG's SMIL animations deprecated #46

yuzewang opened this issue Jun 28, 2017 · 0 comments

Comments

@yuzewang
Copy link

yuzewang commented Jun 28, 2017

 <van-swipe>
            <van-swipe-item v-for="(img, index) in images" :key="index">
                <a href="https://youzan.com" target="_blank">
                    <img v-lazy="img" alt="">
                </a>
            </van-swipe-item>
</van-swipe>

使用 提示如下:
SVG's SMIL animations (, , etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.

页面显示空白

"devDependencies": {
"axios": "^0.15.3",
"bootstrap-sass": "^3.3.7",
"cross-env": "^3.2.3",
"jquery": "^3.1.1",
"laravel-mix": "^1.0",
"lodash": "^4.17.4",
"vue": "^2.1.10"
},
"dependencies": {
"mint-ui": "^2.2.3",
"pingpp-js": "^2.1.8",
"vant": "^0.6.2"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants