0.1.3 โ€ข Published 2 years ago

@ow3/deep-unref-vue v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Vue - Deep Unrefs

Similar to unref(), easily remove all refs recursively from an object using the deepUnref-composable.

๐Ÿ’ก Get Started

Luckily, it's incredibly easy to get your package development started with this slightly opinionated starter kit.

npm install @ow3/deep-unref-vue

๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป Usage

import { deepUnref } from '@ow3/deep-unref-vue'

const form = {
  name: ref('Jane Doe'),
  email: ref('jane@doe.com'),
}

save(deepUnref(form))

๐Ÿงช Testing

pnpm test

๐Ÿ“ˆ Changelog

Please see our releases page for more information on what has changed recently.

๐Ÿ’ช๐Ÿผ Contributing

Please see CONTRIBUTING for details.

๐Ÿ Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

Discussions on GitHub

For casual chit-chat with others using this package:

Join the Open Web Discord Server

๐Ÿ“„ License

The MIT License (MIT). Please see LICENSE for more information.

Made with โค๏ธ by Open Web Labs.