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

View File

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