Update code: fixed bugs and added new features
This commit is contained in:
@@ -7,7 +7,7 @@ export const useDateStore = defineStore('date', () => {
|
||||
dateValue.value = value
|
||||
}
|
||||
const getDateValue = () => {
|
||||
return dateValue.value
|
||||
return dateValue.value;
|
||||
}
|
||||
return {
|
||||
setDateValue,
|
||||
|
Reference in New Issue
Block a user