Rework data loading, get first dashboard roughly in order.
This commit is contained in:
8
src/data/cache.js
Normal file
8
src/data/cache.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { reactive, ref, watch } from 'vue'
|
||||
|
||||
const cache = {
|
||||
parameters: ref(null),
|
||||
data: ref(null)
|
||||
}
|
||||
|
||||
export default cache
|
||||
Reference in New Issue
Block a user