docs(store): tauri-docs compatibility

This commit is contained in:
Fabian-Lars
2025-08-25 20:13:16 +02:00
committed by GitHub
parent 50c6b7c644
commit de45034082
+1 -1
View File
@@ -407,7 +407,7 @@ interface IStore {
* Note:
* - This method loads the data and merges it with the current store,
* this behavior will be changed to resetting to default first and then merging with the on-disk state in v3,
* to fully match the store with the on-disk state, set {@linkcode ReloadOptions.ignoreDefaults} to `true`
* to fully match the store with the on-disk state, set {@linkcode ReloadOptions | ignoreDefaults} to `true`
* - This method does not emit change events.
*
* @returns