chore: install prettier
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
<template>
|
||||
<div v-if="record">
|
||||
<Caption v-bind="{ title: isVietnamese ? 'Thông tin tài khoản' : 'User information', type: 'has-text-warning', size: 18 }"></Caption>
|
||||
<Caption
|
||||
v-bind="{
|
||||
title: isVietnamese ? 'Thông tin tài khoản' : 'User information',
|
||||
type: 'has-text-warning',
|
||||
size: 18,
|
||||
}"
|
||||
></Caption>
|
||||
<div class="columns is-multiline mx-0 mt-2">
|
||||
<div class="column is-3">
|
||||
<div class="field">
|
||||
@@ -65,7 +71,7 @@ export default {
|
||||
filter: { id: this.userId || this.store.login.id },
|
||||
values: "id,username,fullname,type,type__name,create_time",
|
||||
},
|
||||
true
|
||||
true,
|
||||
);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user