mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
parent
14d1ee4eee
commit
8001dc91c7
3 changed files with 3 additions and 3 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -6,7 +6,7 @@
|
|||
"packages": {
|
||||
"": {
|
||||
"name": "vuetorrent",
|
||||
"version": "0.12.0",
|
||||
"version": "0.13.0",
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"apexcharts": "^3.26.0",
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<v-btn
|
||||
fab
|
||||
small
|
||||
class="transparent white--text elevation-0"
|
||||
class="transparent elevation-0"
|
||||
@click="close"
|
||||
>
|
||||
<v-icon>{{ mdiClose }}</v-icon>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<v-btn
|
||||
fab
|
||||
small
|
||||
class="primary white--text elevation-0"
|
||||
class="primary elevation-0"
|
||||
@click="close"
|
||||
>
|
||||
<v-icon>{{ mdiClose }}</v-icon>
|
||||
|
|
Loading…
Add table
Reference in a new issue