UNPKG

taichi-orm

Version:

Object Relation Mapper for SQL Database. Flexible and Strong

6 lines (5 loc) 227 B
import { defineClientAppEnhance } from '@vuepress/client' import Playground from './components/Playground.vue' export default defineClientAppEnhance(({ app, router, siteData }) => { app.component('Playground', Playground) })