init commit

This commit is contained in:
qimengjie
2018-12-12 14:52:37 +08:00
commit 88921a9ac0
28 changed files with 1074 additions and 0 deletions

View File

@@ -0,0 +1 @@
Page({})

View File

@@ -0,0 +1,5 @@
{
"usingComponents": {
"comp": "../../components/index"
}
}

View File

@@ -0,0 +1 @@
<comp></comp>

View File