@tauri-store/vue - v0.2.0
    Preparing search index...

    Interface StoreRefOptions

    interface StoreRefOptions {
        writeDefault?: boolean;
    }
    Index

    Properties

    Properties

    writeDefault?: boolean

    Write the default value to the store if its current value is nullish.

    true