MySources.tsx 146 B

1234567
  1. import { defineComponent } from "vue";
  2. export const MySources = defineComponent({
  3. setup() {
  4. return () => <div>我的素材</div>;
  5. },
  6. });