Skip to content
Compare
Choose a tag to compare
@builderio-bot builderio-bot released this 03 Feb 18:28
· 3 commits to main since this release
5562cc1

Patch Changes

  • abe5cba: Feat: exports setClientUserAttributes helper that can be used to set and update Builder's user attributes cookie. This cookie is used by Builder's Personalization Containers to decide which variant to render.

    Usage example:

    import { setClientUserAttributes } from "@builder.io/sdk-vue";
    
    setClientUserAttributes({
      device: "tablet",
    });