Bump copyright date to 2021
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
// Sshwifty - A Web SSH client
|
||||
//
|
||||
// Copyright (C) 2019-2020 Rui NI <nirui@gmx.com>
|
||||
// Copyright (C) 2019-2021 Ni Rui <nirui@gmx.com>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as
|
||||
@@ -47,25 +47,25 @@ import TabList from "./tab_list.vue";
|
||||
export default {
|
||||
components: {
|
||||
window: Window,
|
||||
"tab-list": TabList
|
||||
"tab-list": TabList,
|
||||
},
|
||||
props: {
|
||||
display: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
default: false,
|
||||
},
|
||||
tab: {
|
||||
type: Number,
|
||||
default: -1
|
||||
default: -1,
|
||||
},
|
||||
tabs: {
|
||||
type: Array,
|
||||
default: () => []
|
||||
default: () => [],
|
||||
},
|
||||
tabsClass: {
|
||||
type: String,
|
||||
default: ""
|
||||
}
|
||||
default: "",
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
tabs(newV) {
|
||||
@@ -74,7 +74,7 @@ export default {
|
||||
}
|
||||
|
||||
this.$emit("display", false);
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user