Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CopyTranslator/CopyTranslator
/ Vue
Interface
Vue
src/proxy.d.ts:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
declare module
"vue/types/vue"
{
8
// 3. 声明为 Vue 补充的东西
9
export
interface
Vue {
10
$controller: RenController;
11
merge: Function;
12
}
13
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected