init commit
This commit is contained in:
1
tools/demo/pages/index/index.js
Normal file
1
tools/demo/pages/index/index.js
Normal file
@@ -0,0 +1 @@
|
||||
Page({})
|
||||
5
tools/demo/pages/index/index.json
Normal file
5
tools/demo/pages/index/index.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
"comp": "../../components/index"
|
||||
}
|
||||
}
|
||||
1
tools/demo/pages/index/index.wxml
Normal file
1
tools/demo/pages/index/index.wxml
Normal file
@@ -0,0 +1 @@
|
||||
<comp></comp>
|
||||
0
tools/demo/pages/index/index.wxss
Normal file
0
tools/demo/pages/index/index.wxss
Normal file
Reference in New Issue
Block a user