mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 09:03:08 +02:00
wip
This commit is contained in:
parent
ad459f6dd3
commit
b47fd29535
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export default define({
|
|||
}).extend({
|
||||
methods: {
|
||||
func() {
|
||||
if (this.props.design == 3) {
|
||||
if (this.props.design == 2) {
|
||||
this.props.design = 0;
|
||||
} else {
|
||||
this.props.design++;
|
||||
|
|
Loading…
Reference in a new issue