2018-08-02 16:26:22 +08:00

8 lines
94 B
JavaScript

import componentsConfig from './config';
Page({
data: {
list: componentsConfig
}
});