UNPKG

@tencentcloud/ai-desk-customer-uniapp

Version:

uni-app Vue2/Vue3 UIKit for AI Desk

8 lines (6 loc) 143 B
const ctx = {} module.exports = { get: id => ctx[id], set: (id, vm) => { ctx[id] = vm }, remove: id => { ctx[id] = undefined } }