Commit eb978919 by 陈超

T

parent ac7e98bc
......@@ -14,7 +14,7 @@
</div>
<script>
let d = JSON.parse("{:json_encode($data)}")
let d = "{:json_encode($data)}";
new Vue({
el: "#app",
......@@ -24,7 +24,7 @@
data: function() {
return {
info: "{$data}"
info: ""
}
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment