Skip to content

⬅️ Back to Table of Contents

📄 useFuse/demo

📊 Analysis Summary

Metric Count
📦 Imports 5
📊 Variables & Constants 4
🟢 Vue Composition API 2
📐 Interfaces 1

📚 Table of Contents

🛠️ File Location:

📂 packages/integrations/useFuse/demo.vue

📦 Imports

Name Source
UseFuseOptions @vueuse/integrations/useFuse
useFuse @vueuse/integrations/useFuse
computed vue
shallowRef vue
watch vue

Variables & Constants

Name Type Kind Value Exported
data boolean let/var shallowRef<DataItem[]>([ { firstName: 'Roslyn', lastName: 'Mitchell', }, { fi...
resultLimit number let/var shallowRef<number \| undefined>(undefined)
resultLimitString boolean let/var shallowRef<string>('')
options boolean let/var computed<UseFuseOptions<DataItem>>(() => ({ fuseOptions: { keys: keys.value, ...

Vue Composition API

Name Type Reactive Variables Composables
computed computed none none
watch watch none none

Interfaces

DataItem

Interface Code
interface DataItem {
  firstName: string
  lastName: string
}

Properties

Name Type Optional Description
firstName string not shown
lastName string not shown

Generated by Syntax Scribe