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:
@@ -220,7 +220,7 @@ export default Vue.extend({
|
|||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
save() {
|
save() {
|
||||||
if(this.name == ''){
|
if (this.name.length == 0) {
|
||||||
this.name = this.currentName;
|
this.name = this.currentName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user