mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-17 09:29:30 +08:00
fix: revert back to my-app
This commit is contained in:
parent
ce35ee5ca8
commit
52afbd3f15
@ -6,7 +6,7 @@ import { Component } from '@angular/core';
|
|||||||
styleUrls: ['./app.component.css']
|
styleUrls: ['./app.component.css']
|
||||||
})
|
})
|
||||||
export class AppComponent {
|
export class AppComponent {
|
||||||
title = '{{.Name}}';
|
title = 'my-app';
|
||||||
|
|
||||||
clickMessage = '';
|
clickMessage = '';
|
||||||
|
|
@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{{.Name}}</title>
|
<title>my-app</title>
|
||||||
<base href="/">
|
<base href="/">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
Loading…
Reference in New Issue
Block a user