Commit a54bd7bd by haojie

1

parent 5f3e70be
.custom-swiper-item { .custom-swiper-item {
width: 339px;
height: 240px;
border-radius: 15px;
} }
import { defineComponent } from 'vue';
export default defineComponent({
setup(props, ctx) {
return () => <div>111111111111</div>;
},
});
import { defineComponent } from 'vue'; import { defineComponent } from 'vue';
import CustomSwiper from '@/components/custom/swiper'; import HomeSwiper from './components/HomeSwiper';
export default defineComponent({ export default defineComponent({
setup() { setup() {
return () => ( return () => (
<div> <div>
<CustomSwiper></CustomSwiper> <HomeSwiper></HomeSwiper>
</div> </div>
); );
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment