5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-17 01:19:29 +08:00

fix: revert back to my-app

This commit is contained in:
Lea Anthony 2019-07-01 09:01:07 +10:00
parent ce35ee5ca8
commit 52afbd3f15
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import { Component } from '@angular/core';
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = '{{.Name}}';
title = 'my-app';
clickMessage = '';

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{.Name}}</title>
<title>my-app</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">