Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/YILS-LIN/short-video-factory
/ RouteMeta
Interface
RouteMeta
src/router/router.d.ts:4–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
declare module
'vue-router'
{
4
interface
RouteMeta {
5
public?: boolean
6
title?: string
7
hideAppIcon?: boolean
8
}
9
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected