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:
+4
-1
@@ -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'}`"
|
||||
|
||||
Reference in New Issue
Block a user