Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ai_web_page_prod
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
ai_web_page_prod
Commits
a54bd7bd
Commit
a54bd7bd
authored
Apr 14, 2023
by
haojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5f3e70be
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
2 deletions
+12
-2
src/components/custom/swiperItem/index.less
+3
-0
src/pages/Home/components/HomeSwiper/index.less
+0
-0
src/pages/Home/components/HomeSwiper/index.tsx
+7
-0
src/pages/Home/index.tsx
+2
-2
No files found.
src/components/custom/swiperItem/index.less
View file @
a54bd7bd
.custom-swiper-item {
.custom-swiper-item {
width: 339px;
height: 240px;
border-radius: 15px;
}
}
src/pages/Home/components/HomeSwiper/index.less
0 → 100644
View file @
a54bd7bd
src/pages/Home/components/HomeSwiper/index.tsx
0 → 100644
View file @
a54bd7bd
import
{
defineComponent
}
from
'vue'
;
export
default
defineComponent
({
setup
(
props
,
ctx
)
{
return
()
=>
<
div
>
111111111111
</
div
>;
},
});
src/pages/Home/index.tsx
View file @
a54bd7bd
import
{
defineComponent
}
from
'vue'
;
import
{
defineComponent
}
from
'vue'
;
import
CustomSwiper
from
'@/components/custom/s
wiper'
;
import
HomeSwiper
from
'./components/HomeS
wiper'
;
export
default
defineComponent
({
export
default
defineComponent
({
setup
()
{
setup
()
{
return
()
=>
(
return
()
=>
(
<
div
>
<
div
>
<
CustomSwiper
></
Custom
Swiper
>
<
HomeSwiper
></
Home
Swiper
>
</
div
>
</
div
>
);
);
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment