import { reactive, ref, watch } from 'vue' const cache = { parameters: ref(null), data: ref(null) } export default cache