chore: update packages and fix template errors/warnings
This commit is contained in:
@@ -2,17 +2,17 @@
|
||||
<v-flex xs12 sm6 md4 lg3>
|
||||
<v-card>
|
||||
<v-card-title>
|
||||
<span v-html="title"></span>
|
||||
<v-spacer></v-spacer>
|
||||
<span v-html="model.length"></span><span class="ml-1">st</span>
|
||||
<span v-html="title"/>
|
||||
<v-spacer/>
|
||||
<span v-html="model.length"/><span class="ml-1">st</span>
|
||||
</v-card-title>
|
||||
<v-list>
|
||||
<v-list-tile v-for="item in model" :key="item">
|
||||
<v-list-tile-action v-on:click="toggleIgnore(type, item)">
|
||||
<v-list-item v-for="item in model" :key="item">
|
||||
<v-list-item-action v-on:click="toggleIgnore(type, item)">
|
||||
<v-icon>mdi-delete-outline</v-icon>
|
||||
</v-list-tile-action>
|
||||
<v-list-tile-title v-html="item"></v-list-tile-title>
|
||||
</v-list-tile>
|
||||
</v-list-item-action>
|
||||
<v-list-item-title v-html="item"/>
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
</v-card>
|
||||
</v-flex>
|
||||
|
||||
+1
-1
@@ -58,7 +58,7 @@
|
||||
<v-toolbar-title v-html="title"></v-toolbar-title>
|
||||
<v-spacer></v-spacer>
|
||||
<v-toolbar-items>
|
||||
<v-list-item avatar v-if="hasUser">
|
||||
<v-list-item v-if="hasUser">
|
||||
<v-list-item-avatar>
|
||||
<v-img :src="user.picture" :alt="user.name"></v-img>
|
||||
</v-list-item-avatar>
|
||||
|
||||
Reference in New Issue
Block a user