We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<template> <waterfall33 class="lesson" :col='3' :width="428" :gutterWidth="10" :data="images"> <template> <div class="stu-video" v-for="(img) in images"> <video :src="img.url" style="width: 428px; height: 500px"></video> </div> </template> </waterfall33> </template> <script> import waterfall33 from 'vue-waterfall2' export default { name: "Waterfall2", components: {waterfall33}, props: ['images'] } </script>
The text was updated successfully, but these errors were encountered:
我在 nuxt 中是异步渲染的这个组件,服务端渲染没法渲染
Sorry, something went wrong.
请教一下,nuxt如何异步渲染一个组件?是不是在nuxt.config.js里plugin-->ssr: false 这样搞?
No branches or pull requests
The text was updated successfully, but these errors were encountered: