Module

x/aleph/framework/vue/router.ts>createSSRApp

The Full-stack Framework in Deno.
Go to Latest
variable createSSRApp
import { createSSRApp } from "https://dotland.deno.dev/x/aleph@1.0.0-alpha.77/framework/vue/router.ts";

type

(createSSRAppApi: (props?: RootProps) => App<Element>, props?: RootProps) => unknown