8 changed files with 0 additions and 42 deletions
@ -1,4 +0,0 @@ |
|||||||
{ |
|
||||||
"component": true, |
|
||||||
"usingComponents": {} |
|
||||||
} |
|
@ -1,25 +0,0 @@ |
|||||||
const _app = getApp<IAppOption>(); |
|
||||||
|
|
||||||
// pages/story/a.ts
|
|
||||||
Component({ |
|
||||||
/** |
|
||||||
* 组件的属性列表 |
|
||||||
*/ |
|
||||||
properties: { |
|
||||||
|
|
||||||
}, |
|
||||||
|
|
||||||
/** |
|
||||||
* 组件的初始数据 |
|
||||||
*/ |
|
||||||
data: { |
|
||||||
|
|
||||||
}, |
|
||||||
|
|
||||||
/** |
|
||||||
* 组件的方法列表 |
|
||||||
*/ |
|
||||||
methods: { |
|
||||||
|
|
||||||
} |
|
||||||
}) |
|
@ -1,2 +0,0 @@ |
|||||||
<!--pages/story/a.wxml--> |
|
||||||
<text>pages/story/a.wxml</text> |
|
@ -1,6 +0,0 @@ |
|||||||
const _app = getApp<IAppOption>(); |
|
||||||
|
|
||||||
Page({ |
|
||||||
data: {}, |
|
||||||
onLoad() {}, |
|
||||||
}); |
|
Loading…
Reference in new issue