Update src/client/app/common/views/pages/page-editor/page-editor.vue

Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
This commit is contained in:
Oni-Men 2019-09-01 06:54:59 +09:00 committed by GitHub
parent ccd284a8b7
commit f2a2d7365f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ export default Vue.extend({
methods: {
save() {
if(this.name == ''){
if (this.name.length == 0) {
this.name = this.currentName;
}