File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed
example/src/components/hoc Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"@nuxt/content-theme-docs" : " 0.10.0" ,
13
13
"nuxt" : " ^2.14.12" ,
14
- "vue-final-modal" : " ^2.1 .0"
14
+ "vue-final-modal" : " ^2.2 .0"
15
15
},
16
16
"devDependencies" : {
17
17
"@nuxtjs/google-analytics" : " ^2.4.0" ,
Original file line number Diff line number Diff line change @@ -10745,10 +10745,10 @@ vue-client-only@^2.0.0:
10745
10745
resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.0.0.tgz#ddad8d675ee02c761a14229f0e440e219de1da1c"
10746
10746
integrity sha512-arhk1wtWAfLsJyxGMoEYhoBowM87/i6HLSG2LH/03Yog6i2d9JEN1peMP0Ceis+/n9DxdenGYZZTxbPPJyHciA==
10747
10747
10748
- vue-final-modal@^2.1 .0 :
10749
- version "2.1 .0"
10750
- resolved "https://registry.yarnpkg.com/vue-final-modal/-/vue-final-modal-2.1 .0.tgz#6cb6820b37a4fb063ac3450d81f60c4153f07acf "
10751
- integrity sha512-QRZEVx6Omt2PVugIoz0k7URMJUB8bkoQ8dkROg1Ig5cXQTQaMiLonWnf/AaUHMmBh22HtG24LawwW9onv0FOZg ==
10748
+ vue-final-modal@^2.2 .0 :
10749
+ version "2.2 .0"
10750
+ resolved "https://registry.yarnpkg.com/vue-final-modal/-/vue-final-modal-2.2 .0.tgz#e12507f57ab56a47adaa29ab06eb2bf8e1c35ef4 "
10751
+ integrity sha512-OksZzJVm1jJEJw0Qi8Aa/ojEF5CM+kFdsmkpa1xIw5sHdZPHhw9ooLzlPwPV3S0YzMyh2n9Ug4YhHlakjAOikw ==
10752
10752
dependencies :
10753
10753
vue "^2.6.12"
10754
10754
Original file line number Diff line number Diff line change 6
6
content-class =" relative flex flex-col max-h-full mx-4 p-4 border dark:border-gray-800 rounded bg-white dark:bg-gray-900"
7
7
v-on =" $listeners"
8
8
>
9
- <span class =" mr-8 text-2xl font-bold " >
9
+ <span class =" mr-8 text-2xl font-bold" >
10
10
<slot name =" title" ></slot >
11
11
</span >
12
12
<div class =" flex-grow overflow-y-auto" >
13
13
<slot v-bind:params =" params" ></slot >
14
14
</div >
15
15
<div class =" flex-shrink-0 flex justify-center items-center pt-4" >
16
- <button class =" vfm-btn" @click =" $emit('confirm', close)" >
17
- confirm
18
- </button >
19
- <button class =" vfm-btn" @click =" $emit('cancel', close)" >
20
- cancel
21
- </button >
16
+ <button class =" vfm-btn" @click =" $emit('confirm', close)" >confirm</button >
17
+ <button class =" vfm-btn" @click =" $emit('cancel', close)" >cancel</button >
22
18
</div >
23
19
<button class =" absolute top-0 right-0 mt-2 mr-2" @click =" close" >
24
20
<mdi-close ></mdi-close >
You can’t perform that action at this time.
0 commit comments