xyyd-fatfox/src/layout/background/BackgroundSwtich.tsx

11 lines
177 B
TypeScript
Raw Normal View History

2024-09-29 15:17:52 +08:00
import { defineComponent } from "vue";
export default defineComponent({
setup() {
return (
<div>
</div>
)
}
})