blob: d77fbc42eb87ce29abe0e0bd6d44584a76fbeec5 (
plain)
1
2
3
4
5
6
7
8
9
|
import { createStore } from 'vuex';
/**
* This is called when application root component has been mounted.
* It invokes all Rust methods that are needed to initialize UI.
*/
async function _initializeApp(state: any) {
}
|