Compare commits
2 Commits
7591058786
...
4abb0de1e7
| Author | SHA1 | Date | |
|---|---|---|---|
| 4abb0de1e7 | |||
| 5fe998adf2 |
@@ -12,7 +12,7 @@ const store = useStore();
|
||||
const { user, config } = storeToRefs(store);
|
||||
const { updateConfig, updateUser } = store;
|
||||
|
||||
const currentTypeIndex = ref(0);
|
||||
const currentTypeIndex = ref(1);
|
||||
const selectedPackageIndex = ref(0);
|
||||
const showModal = ref(false);
|
||||
const loadingConfig = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user