减小按钮显示间隔
Former-commit-id: 7a8d9e61455d56879131cdb297202b7ce95f0385 [formerly 7a8d9e61455d56879131cdb297202b7ce95f0385 [formerly 7a8d9e61455d56879131cdb297202b7ce95f0385 [formerly 7a8d9e61455d56879131cdb297202b7ce95f0385 [formerly c2c04f2e0e6656f008849cfd0ec3ab6d47f82a85 [formerly cc7036a55e40d5c29c89f1771ad758dda05c9f05]]]]] Former-commit-id: b91a42d309a9981f30031ddb228e92b6d78b09af Former-commit-id: 42c088c3a37a8867e10213bbffc960ab28d68133 Former-commit-id: 23140be1dc8a05bb3f8550c5adcf760d7b213eb6 [formerly 8195b3f020f51edf43765d9e1b68e20efee9f9e9] Former-commit-id: a3c37c056a1e6b82325792bf5c37043ed345a05e Former-commit-id: 70ae363d49743fe781b43bae4387975f13de822e Former-commit-id: f7701e177011081c05119f7aa905c0cd67e2cd51 Former-commit-id: d0cd2d49d5208cb0916f3788473f4c6074c02957 Former-commit-id: e3f33bea9e3a3f3e59cb89d235c5b6eee6f55ead
This commit is contained in:
@@ -25,7 +25,7 @@ export default {
|
|||||||
// 一秒后显示按钮
|
// 一秒后显示按钮
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.isActive = true
|
this.isActive = true
|
||||||
}, 1000)
|
}, 500)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 点击按钮的时候跳转到源代码
|
// 点击按钮的时候跳转到源代码
|
||||||
|
|||||||
Reference in New Issue
Block a user