0.0.2 • Published 6 years ago

@baleada/vue v0.0.2

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
6 years ago

@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.

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago