import { defineComponent } from "vue"; export const MySources = defineComponent({ setup() { return () =>
我的素材
; }, });