Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Meituan-Dianping/mpvue
/ PluginObject
Interface
PluginObject
types/plugin.d.ts:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
export
type
PluginFunction<T> = (Vue: typeof _Vue, options?: T) => void;
4
5
export
interface
PluginObject<T> {
6
install: PluginFunction<T>;
7
[key: string]: any;
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected