11 lines
130 B
TypeScript
11 lines
130 B
TypeScript
import { SHAPES } from '../../constants/shapes';
|
|
|
|
Page({
|
|
data: {
|
|
shapeList: SHAPES,
|
|
},
|
|
|
|
onLoad() {
|
|
|
|
},
|
|
}); |