itemsapi / itemsjs

Extremely fast faceted search engine in JavaScript - lightweight, flexible, and simple to use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Kugeleis opened this issue · comments

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

just import ijs from "itemsjs"