Client
How It Works
Usage
// client.ts
import { createVueClientApp } from '@lightspeed/crane-api';
import Section from './Section.vue';
import type { Content, Design } from './type';
export default createVueClientApp<Content, Design>(Section);Extensions
Last updated
Was this helpful?
