代码格式优化,去除多余的引入
This commit is contained in:
@@ -152,7 +152,6 @@
|
||||
const isLastTopic = computed(
|
||||
() => topicList.length === finishCurrent.value + 1 && finishCurrent.value === questionNumber.value
|
||||
);
|
||||
|
||||
const transition = (event) => {
|
||||
if (isTriggered.value) return;
|
||||
const dx = event.detail.dx;
|
||||
|
||||
Reference in New Issue
Block a user