This repository was archived by the owner on Jan 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-16
lines changed
src/components/Dialogs/ScrollDialog Expand file tree Collapse file tree 2 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 8
8
"license" : " MIT" ,
9
9
"dependencies" : {
10
10
"@vueuse/core" : " ^5.2.0" ,
11
- "gitart-vue-dialog" : " 1.0.2 "
11
+ "gitart-vue-dialog" : " 1.0.3 "
12
12
},
13
13
"devDependencies" : {
14
14
"@vitejs/plugin-vue" : " ^1.3.0" ,
Original file line number Diff line number Diff line change 5
5
height =" 600px"
6
6
scrollable
7
7
>
8
- <DialogToolbar @close =" onClose" >
9
- <h4 >
10
- Scroll Dialog
11
- </h4 >
12
- </DialogToolbar >
13
-
14
- <div
15
- p =" x-5 y-4"
16
- overflow =" auto"
17
- >
18
- <p v-for =" item in 8" :key =" item" >
19
- Lorem, ipsum dolor sit amet consectetur adipisicing elit. Totam quisquam iste assumenda
20
- voluptates optio dolorum facere, corrupti adipisci ex possimus,
21
- quis sunt. Quis dolorum voluptatibus ab quasi, nemo rem? Culpa!
22
- </p >
8
+ <div flex =" ~ col" >
9
+ <DialogToolbar @close =" onClose" >
10
+ <h4 >
11
+ Scroll Dialog
12
+ </h4 >
13
+ </DialogToolbar >
14
+
15
+ <div
16
+ p =" x-5 y-4"
17
+ overflow =" auto"
18
+ >
19
+ <p v-for =" item in 8" :key =" item" >
20
+ Lorem, ipsum dolor sit amet consectetur adipisicing elit. Totam quisquam iste assumenda
21
+ voluptates optio dolorum facere, corrupti adipisci ex possimus,
22
+ quis sunt. Quis dolorum voluptatibus ab quasi, nemo rem? Culpa!
23
+ </p >
24
+ </div >
23
25
</div >
24
26
</GDialog >
25
27
</template >
You can’t perform that action at this time.
0 commit comments