Compare commits
1 Commits
2.0-beta.2
...
2.0-beta.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df361236f5 |
@@ -17,7 +17,7 @@
|
|||||||
>
|
>
|
||||||
$vuetify.icons.weight
|
$vuetify.icons.weight
|
||||||
</v-icon>
|
</v-icon>
|
||||||
{{ (model.contentsWeight ? 0 : model.contentsWeight || 0) + (model.weight || 0) }}
|
{{ (model.contentsWeightless ? 0 : model.contentsWeight || 0) + (model.weight || 0) }}
|
||||||
</v-toolbar-title>
|
</v-toolbar-title>
|
||||||
<v-toolbar-title
|
<v-toolbar-title
|
||||||
class="layout row align-center"
|
class="layout row align-center"
|
||||||
|
|||||||
Reference in New Issue
Block a user