2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-20 20:00:37 +03:00

Add ability to expand full branch

This commit is contained in:
Maksim Lanin
2021-12-17 16:43:16 +03:00
parent 683909e61e
commit 6c1da0769a
4 changed files with 74 additions and 24 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
<template>
<div ref="viewer" :class="jvClass">
<div
ref="viewer"
:class="jvClass"
>
<div
v-if="copyable"
:class="`jv-tooltip ${copyText.align || 'right'}`"