chore: restore dashboard

This commit is contained in:
nemo-shen 2022-01-04 23:44:59 +08:00
parent 1fd4f61400
commit fbef9bd81f
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
import list from '../../config';
import Page from '../../common/page'; import Page from '../../common/page';
Page(); Page({
data: {
list,
},
});

View File

@ -1 +1 @@
<van-dashboard-demo /> <demo-home list="{{ list }}" />