mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
chore: restore dashboard
This commit is contained in:
parent
1fd4f61400
commit
fbef9bd81f
@ -1,3 +1,8 @@
|
|||||||
|
import list from '../../config';
|
||||||
import Page from '../../common/page';
|
import Page from '../../common/page';
|
||||||
|
|
||||||
Page();
|
Page({
|
||||||
|
data: {
|
||||||
|
list,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
@ -1 +1 @@
|
|||||||
<van-dashboard-demo />
|
<demo-home list="{{ list }}" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user