chore: remove console && update components
This commit is contained in:
@@ -18,7 +18,6 @@ const next = () => {
|
||||
active.value = 2
|
||||
}
|
||||
}
|
||||
console.log(123)
|
||||
const prev = () => {
|
||||
if (active.value-- === 1) {
|
||||
active.value = 1
|
||||
|
Reference in New Issue
Block a user