feat:update template

This commit is contained in:
pengfei.zhou
2019-12-06 10:15:55 +08:00
parent 403e7c3a02
commit 458638bd42
5 changed files with 32 additions and 8 deletions

View File

@@ -1,7 +1,10 @@
import { Panel, Group, vlayout, layoutConfig, Gravity, IVLayout, text, Text, Color } from "doric";
import { Panel, Group, vlayout, layoutConfig, Gravity, IVLayout, text, Text, Color, navbar } from "doric";
@Entry
class __$__ extends Panel {
onShow() {
navbar(context).setTitle("__$__")
}
build(rootView: Group): void {
let number: Text
let count = 0