Commit 1c646df3 by 冷斌

设置

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