Commit dc52cbb7 by 陈超

T

parent 04721313
...@@ -14,11 +14,12 @@ ...@@ -14,11 +14,12 @@
</div> </div>
<script> <script>
let d = "{$data}"
new Vue({ new Vue({
el: "#app", el: "#app",
created:function(){ created:function(){
console.log("{$data}") console.log(d)
}, },
data: function() { data: function() {
......
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