Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 389 Bytes

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 389 Bytes

vue-wrap-balancer

1.2.1

Patch Changes

  • 5cbd9c8: Replace bumpp with changesets

1.2.0

Minor Changes

  • db9bcd9: Bump non-major dependencies and named export Balancer component

    Usage

    <script setup>
    import { Balancer } from "vue-wrap-balancer";
    </script>
    
    <template>
      <h1>
        <Balancer>My Awesome Title</Balancer>
      </h1>
    </template>