Commit 1c646df3 by 冷斌

设置

parent 9e4fef46
......@@ -15,10 +15,12 @@
<script>
new Vue({
el: "#app",
data: {
old: "",
newPwd: "",
rePwd: ""
data: function() {
return {
old: "",
newPwd: "",
rePwd: ""
}
},
computed: {
isOk: 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