Skip to content
generated from ow3org/ts-starter

Easily remove all refs from an object using the `deepUnref`-composable.

License

Notifications You must be signed in to change notification settings

ow3org/deep-unref-vue

This branch is 1 commit ahead of main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0324bb0 Β· Mar 12, 2025

History

26 Commits
Jun 1, 2022
May 13, 2022
May 13, 2022
May 13, 2022
May 13, 2022
May 13, 2022
May 13, 2022
May 13, 2022
May 13, 2022
May 13, 2022
May 13, 2022
May 13, 2022
Mar 12, 2025
Sep 28, 2022
May 13, 2022

Repository files navigation

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('[email protected]'),
}

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.