itemsapi / itemsjs

Extremely fast faceted search engine in JavaScript - lightweight, flexible, and simple to use
Apache License 2.0
346 stars 41 forks source link

[Question] What is the right way to import itemsjs in Vue3 #123

Closed Kugeleis closed 1 year ago

Kugeleis commented 1 year ago

Vue3 offers the composition API for registering stuff inside the script setup tag. How do I register itemsjs there?

SergeyRe commented 1 year ago

just import ijs from "itemsjs"