标签: php arrays json
这是我的代码:
watch: { // whenever active changes, this function will run active: function () { document.body.style.overflow = this.active ? 'hidden' : '' } }
以下是代码的输出。
如何保留布尔值? 提前谢谢。