mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 06:30:50 +01:00
mobile menu
This commit is contained in:
@ -93,6 +93,7 @@ export const useVaultStore = defineStore('vaultStore', () => {
|
||||
})
|
||||
console.log('select', rows)
|
||||
} else {
|
||||
console.log('sql_execute', sql, params)
|
||||
// Otherwise, use the execute method
|
||||
rows = await invoke<unknown[]>('sql_execute', {
|
||||
sql,
|
||||
|
||||
Reference in New Issue
Block a user