import { ApiEntity } from '@/views/entity/demoentity'; const base: ApiEntity = { title: '基本使用', desc: '基本使用。', code: ` `, js: ` { data() { return { value1: 12345.29, value2: 112893, }; }, } `, }; export default base;