mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
remove unused code
This commit is contained in:
@@ -474,12 +474,6 @@ export default {
|
|||||||
inputIsInvalid() {
|
inputIsInvalid() {
|
||||||
return !!this.inputInvalidProblemMessage;
|
return !!this.inputInvalidProblemMessage;
|
||||||
},
|
},
|
||||||
extendInputIsInvalid() {
|
|
||||||
return !!this.extendInputInvalidProblemMessage;
|
|
||||||
},
|
|
||||||
langAndRegionInputIsInvalid() {
|
|
||||||
return !!this.langAndRegionInputInvalidProblemMessage;
|
|
||||||
},
|
|
||||||
inputIsNotChangedProblemMessage() {
|
inputIsNotChangedProblemMessage() {
|
||||||
if (!this.newProfile.email && !this.newProfile.nickname) {
|
if (!this.newProfile.email && !this.newProfile.nickname) {
|
||||||
return 'Nothing has been modified';
|
return 'Nothing has been modified';
|
||||||
|
|||||||
Reference in New Issue
Block a user