Commit 81c30e38 by 陈超

A

parent 0dd42fb2
...@@ -406,11 +406,14 @@ ...@@ -406,11 +406,14 @@
<script type="text/javascript"> <script type="text/javascript">
new Vue({ new Vue({
el: "#app", el: "#app",
data: { data: function() {
return {
}
}, },
created: function() { created: function() {
let p = {:json_encode($paper)};
console.log(p)
}, },
methods: { methods: {
......
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