petite-vue icon indicating copy to clipboard operation
petite-vue copied to clipboard

export the `effect` function as well from entrypoint

Open jaredcwhite opened this issue 2 years ago • 0 comments

As the petite-vue distribution can't be used alongside a separate installation of @vue/reactivity, it would be helpful to gain access to the effect function via an export. Since effect is already being used internally, it doesn't increase bundle output, and effect can come in handy when using global reactive state outside of a scope.

jaredcwhite avatar Oct 04 '22 04:10 jaredcwhite