mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-14 17:18:15 +00:00
7 lines
108 B
TypeScript
7 lines
108 B
TypeScript
const template = {
|
|
type: 'ZhuanLan',
|
|
h: 120,
|
|
displayName: '专栏组件',
|
|
};
|
|
export default template;
|