<Debug> do display the undefined's

This commit is contained in:
Avris 2021-08-11 12:12:42 +02:00
parent ddd49d8fba
commit b02c925d24
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<pre>{{JSON.stringify(v, null, 4)}}</pre>
<pre>{{v === undefined ? 'undefined' : JSON.stringify(v, null, 4)}}</pre>
</template>
<script>