This package has been deprecated

Author message:

Moved to @baleada/composition

@baleada/vue

0.0.2 • Public • Published

@baleada/vue

Vue composition functions for the Baleada toolkit

Install

npm i @baleada/vue

Usage

Before using any of the composition functions in @baleada/vue, be sure to install @vue/composition-api and install the plugin, described in Vue's docs.

With that done, you can now import and use any composition function from @baleada/vue:

<template lang="html">...</template>

<script>
import { useSearchable } from `@baleada/vue`

export default {
  setup() {
    const { search, results } = useSearchable(...)
    return { search, results }
  }
}
</script>

For more information on available composition functions and how to use them, visit the Baleada docs.

Package Sidebar

Install

npm i @baleada/vue

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

9.97 kB

Total Files

15

Last publish

Collaborators

  • alexvipond