PMCORE-3263
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
</div>
|
||||
|
||||
<div class="pm-vue-card-view-footer">
|
||||
<a @click="viewMore" class="list-group-item">View more</a>
|
||||
<a @click="viewMore" class="list-group-item">{{loadMore}}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -51,6 +51,7 @@ export default {
|
||||
props: ["options"],
|
||||
data() {
|
||||
return {
|
||||
loadMore: this.$t("ID_LOAD_MORE")
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
|
||||
Reference in New Issue
Block a user