Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/vuex
/ ComponentCustomOptions
Interface
ComponentCustomOptions
types/vue.d.ts:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
declare module
"@vue/runtime-core"
{
9
interface
ComponentCustomOptions {
10
store?: Store<any>;
11
}
12
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…