v-text missing
This commit is contained in:
parent
ed44244291
commit
1dd096213e
2 changed files with 2 additions and 2 deletions
|
|
@ -176,7 +176,7 @@
|
|||
@remove="removeExtensionsManifest(manifestUrl)"
|
||||
color="primary"
|
||||
text-color="white"
|
||||
v-text="manifestUrl"
|
||||
><span v-text="manifestUrl"></span
|
||||
></q-chip>
|
||||
</div>
|
||||
<br />
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
color="primary"
|
||||
text-color="white"
|
||||
>
|
||||
<span v-text="user" />
|
||||
<span v-text="user"></span>
|
||||
</q-chip>
|
||||
</div>
|
||||
<br />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue