mirror of
https://github.com/enso-org/enso.git
synced 2024-11-29 05:16:24 +03:00
parent
55690c7fb4
commit
478789e0ef
@ -3,7 +3,7 @@ import type { Opt } from '@/util/data/opt'
|
||||
import { reactive, watch, type WatchSource } from 'vue'
|
||||
|
||||
export { provideFn as provideAppClassSet }
|
||||
const { provideFn, injectFn: injectAppClassSet } = createContextStore('Port info', () => {
|
||||
const { provideFn, injectFn: injectAppClassSet } = createContextStore('App Class Set', () => {
|
||||
return reactive(new Map<string, number>())
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user