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 88 "license" : " MIT" ,
99 "dependencies" : {
1010 "@vueuse/core" : " ^5.2.0" ,
11- "gitart-vue-dialog" : " 1.0.2 "
11+ "gitart-vue-dialog" : " 1.0.3 "
1212 },
1313 "devDependencies" : {
1414 "@vitejs/plugin-vue" : " ^1.3.0" ,
Original file line number Diff line number Diff line change 55 height =" 600px"
66 scrollable
77 >
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 >
2325 </div >
2426 </GDialog >
2527</template >
You can’t perform that action at this time.
0 commit comments