updated vue template

This commit is contained in:
Lea Anthony
2019-01-23 08:35:12 +11:00
parent 683ba7dc59
commit 6e011e75c3
5 changed files with 257 additions and 7 deletions
+15
View File
@@ -0,0 +1,15 @@
/*
Wails Bridge (c) 2019-present Lea Anthony
This prod version is to get around having to rewrite your code
for production. When doing a release build, this file will be used
instead of the full version.
*/
export default {
// The main function
// Passes the main Wails object to the callback if given.
Start: function (callback) {
return callback();
}
};