Skip to content

🎉Vue3-WaterfallLayout [1.0.4] (Official version)🎉

Latest

Choose a tag to compare

@Found-404 Found-404 released this 03 Apr 09:46
· 8 commits to main since this release

Vue3-WaterfallLayout [1.0.4] (Official version)

WaterfallLayout

  • 优化构建,利用vite-plugin-css-injected-by-js将组件css注入js,用户不再需要单独引入style.css文件。😎
  • 修复:
    • 1.0.2版本WaterfallSlot组件无法重新渲染
    • 1.0.2版本对单独WaterfallSlot修改状态无法重新调用Waterfall=>reflow方法
    • ...