UNPKG

vite-garden

Version:

Vite Garden -- a part of the threed.ai family of JavaScript-friendly food-growing libraries

9 lines (7 loc) 227 B
import { createHead } from '@vueuse/head' import type { UserModule } from '~/types' // vueuse/head https://github.com/vueuse/head export const install: UserModule = ({ app }) => { const head = createHead() app.use(head) }