Terry Zeng
Terry Zeng
这是 vue2 系列依赖注入无法现实响应式的典型问题 解决办法是触发组件的重新渲染,有这么几种办法 - refs.refName.$forceUpdate() - 绑定并更换一个 key 值 - 使用 v-if 进行切换 vue 2 的版本或许会考虑不使用依赖注入的方式解决该问题
Try update `v-gallery` to `1.2.3` version, and check if the control buttons is back to right color.
Control buttons and close button not shown, because the default font color defined to black(`#000`) in your Vue root element of `#app`, and Bootstrap4 defined the link without `href` attribute...
My understanding is that - Lightbox just show the click image only - Not need to show navigation buttons( next, previous ) - Return `index` data of the image show...
Please visit [v-gallery demo](https://terryz.github.io/vue/#/gallery/demo) at `Gallery mode custom display`. In the demo, you can check out the way to custom images galley. btw: Update plugin to `v1.2.4`, it's add event...
You can try dynamically import https://vuepress.vuejs.org/guide/using-vue.html https://github.com/vuejs/vuepress/issues/442
`.vuepress/enhanceApp.js` file for example ```js import Gallery from 'v-gallery' export default ({ Vue, options, router, siteData }) => { if (typeof process === 'undefined') { Vue.use(Gallery) } } ``` or...
not supports `flv` videos so far, try convert to `mp4` format.
如果只是想定义边框的圆角弧度,照你的设定就可以修改,但 `top` 位置就不要尝试用样式来处理了,这是程序实现根据位置生成的,手动设置没有意义
Working on it