MCPcopy
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 */

Implementers 2

DynamicCenterpackages/taro-platform-harmony-cpp/src
DynamicCenterpackages/taro-platform-harmony/src/com

Calls

no outgoing calls

Tested by

no test coverage detected