import { defineComponent, onMounted, reactive, ref } from 'vue'; import styles from './index.module.less'; import img1 from '../images/co-tenant/img1.png'; import img2 from '../images/co-tenant/img2.png'; import img3 from '../images/co-tenant/img3.png'; // Import Swiper Vue.js components import { Swiper, SwiperSlide } from 'swiper/vue'; // Import Swiper styles import 'swiper/css'; import { Vue3Lottie } from 'vue3-lottie'; import request from 'umi-request'; export default defineComponent({ name: 'music-room', setup() { const swipeIndex = ref(1); const animation = reactive({ animaRef1: null as any, animaRef2: null as any, animaRef3: null as any, subjectJSON: '', ensembleJSON: '', soloJSON: '' }); onMounted(async () => { await request(location.pathname + 'data/ensemble.json').then(res => { animation.ensembleJSON = res; }); await request(location.pathname + 'data/solo.json').then(res => { animation.soloJSON = res; }); await request(location.pathname + 'data/subject.json').then(res => { animation.subjectJSON = res; }); }); return () => (
声部教材全量制作为练习曲目,课堂所学即课后所练。让学生循序渐进逐步掌握器乐演奏技能
不同难度的小曲目、流行乐曲持续更新,每首曲目都带有伴奏,在课程之外提升练习兴趣
每首合奏曲目都包含多分轨和对应分轨伴奏。同一教学体系下的合奏训练,合排更容易,演出更出彩