1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-11-25 07:36:24 +09:00
This commit is contained in:
syuilo 2018-02-15 01:42:11 +09:00
parent ad459f6dd3
commit b47fd29535

View File

@ -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++;