W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗(yàn)值獎勵
<style type="less">
/** less **/
</style>
<template type="wxml">
<view>
</view>
<component id="counter1" path="counter"></component>
</template>
<script>
import wepy form 'wepy';
import Counter from '../components/counter';
export default class Index extends wepy.page {
config = {};
components = {counter1: Counter};
data = {};
methods = {};
events = {};
onLoad() {};
// Other properties
}
</script>
頁面入口繼承自wepy.page,主要屬性說明如下:
屬性 | 說明 |
---|---|
config | 頁面config,相當(dāng)于原來的index.json,同app.wpy 中的config |
components | 頁面引入的組件列表 |
data | 頁面需要渲染的數(shù)據(jù) |
methods | wmxl的事件捕捉,如bindtap ,bindchange |
events | 組件之間通過broadcast ,emit 傳遞的事件 |
其它 | 如onLoad ,onReady 等小程序事件以及其它自定義方法與屬性 |
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: