import { defineComponent } from 'vue' export default defineComponent({ name: 'standard', setup() { return () => '标准加练' } })