Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NervJS/taro
/ Plugin
Interface
Plugin
packages/taro/types/api/taro.extend.d.ts:33–35 ·
view source on GitHub ↗
Vue3 插件,用于设置 `getApp()` 中的全局变量
Source
from the content-addressed store, hash-verified
31
namespace setGlobalDataPlugin {
32
/** Vue3 插件,用于设置 `getApp()` 中的全局变量 */
33
interface
Plugin {
34
install(app: any, data: any): void
35
}
36
}
37
38
/** @ignore */
Callers
1
checkIsCompileModeAndInstallAfterDOMAction
Function · 0.65
Implementers
2
DynamicCenter
packages/taro-platform-harmony-cpp/src
DynamicCenter
packages/taro-platform-harmony/src/com
Calls
no outgoing calls
Tested by
no test coverage detected