修改完善代码

This commit is contained in:
wangguoqing 2022-10-13 09:09:28 +08:00
parent b4495bc14c
commit 36452db567
1 changed files with 1 additions and 3 deletions

View File

@ -8,9 +8,7 @@ export class PanelBattery extends LitElement {
@query('star-battery') battery!: HTMLElement
render() {
return html`
<div id="container">
<star-battery></star-battery>
</div>
<star-battery charge></star-battery>
<!-- <star-battery deep></star-battery> -->
<!-- <star-battery charge></star-battery> -->
`