Commit eb978919 by 陈超

T

parent ac7e98bc
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</div> </div>
<script> <script>
let d = JSON.parse("{:json_encode($data)}") let d = "{:json_encode($data)}";
new Vue({ new Vue({
el: "#app", el: "#app",
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
data: function() { data: function() {
return { 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