twoway-vue3

0.0.1 • Public • Published

twoway-vue3

The simple package for the two way binding of properties for the Vue3

Example

<template>
  <div>
    <input
      v-model="text.value"
    />
  </div>
</template>
<script setup>
  import twoway from '@bgrusnak/twoway-vue3'
  const text = twoway('');
</script>

Package Sidebar

Install

npm i twoway-vue3

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

3.52 kB

Total Files

7

Last publish

Collaborators

  • bgrusnak