added new useredit page
This commit is contained in:
@@ -30,7 +30,7 @@ Vue.component('tt-tooltip', {
|
||||
<slot></slot> <div v-if="showTooltip" class="tt-tooltip-box"
|
||||
:style="{ whiteSpace: allowWrapping ? 'normal' : 'nowrap' }"
|
||||
:class="['tt-tooltip-' + position]">
|
||||
{{ text }}
|
||||
<div v-html="text.replaceAll('\\n', '<br>')"></div>
|
||||
</div>
|
||||
</div>
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user