Fixed json not really updating when pasted
This commit is contained in:
@@ -31,6 +31,6 @@ function clear() {
|
||||
<JsonButtonFormatterComponent :json="json" @update:result="(data: any) => format(data)"></JsonButtonFormatterComponent>
|
||||
</div>
|
||||
</div>
|
||||
<textarea name="data" id="data" :value="json" class="text-field h-full"></textarea>
|
||||
<textarea name="data" id="data" v-model="json" class="text-field h-full"></textarea>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user