import { Cell, Icon, Image } from 'vant' import { defineComponent, reactive } from 'vue' import styles from './plan.module.less' export default defineComponent({ name: 'plan', setup() { const state = reactive({ showPopover: false, oPopover: false }) return () => (
{/*
2022年
上学期
*/} {[1, 2, 3, 4, 5, 6, 7, 8, 9].map((item: any) => (
长笛班
{{ icon: () => ( ), title: () => ( <>

10/16

课时

), value: () => ( <>

长笛第一学期长笛-第5课

最新课件

) }}
))}
) } })