mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 12:15:02 -07:00
Update runtime defs
Use runtime.Store instead of wails.Store
This commit is contained in:
@@ -4,7 +4,7 @@ const runtime = require('@wailsapp/runtime');
|
||||
// Main entry point
|
||||
function start() {
|
||||
|
||||
var mystore = wails.Store.New('Counter');
|
||||
var mystore = runtime.Store.New('Counter');
|
||||
|
||||
// Ensure the default app div is 100% wide/high
|
||||
var app = document.getElementById('app');
|
||||
|
||||
Reference in New Issue
Block a user