init
This commit is contained in:
7
components/mp-html/audio/context.js
Normal file
7
components/mp-html/audio/context.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const ctx = {}
|
||||
|
||||
export default {
|
||||
get: id => ctx[id],
|
||||
set: (id, vm) => { ctx[id] = vm },
|
||||
remove: id => { ctx[id] = undefined }
|
||||
}
|
||||
Reference in New Issue
Block a user