UNPKG

nuxt-typedjs

Version:
6 lines (5 loc) 157 B
import Typed from "typed.js"; import { defineNuxtPlugin } from "#app"; export default defineNuxtPlugin((nuxtApp) => { nuxtApp.provide("typed", Typed); });