Commit 81c30e38 by 陈超

A

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