标签: adonis.js edge.js
我需要使用edge.js模板模型对象作为javascript对象。
在edge.js模板引擎中,我可以这样:
<h1>{{ model.name }}</h1>
但是我如何使用像js对象这样的模型呢?
<script> console.log({{model}}) </script>