<Debug> do display the undefined's
This commit is contained in:
parent
ddd49d8fba
commit
b02c925d24
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<pre>{{JSON.stringify(v, null, 4)}}</pre>
|
||||
<pre>{{v === undefined ? 'undefined' : JSON.stringify(v, null, 4)}}</pre>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
Reference in New Issue