Skip to content

Commit 9f9cc26

Browse files
committed
fix: 引入 computed 依赖
1 parent 1ba4a48 commit 9f9cc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/detail/advanced/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
</div>
132132
</template>
133133
<script setup lang="ts">
134-
import { onMounted, onUnmounted, ref } from 'vue';
134+
import { computed, onMounted, onUnmounted, ref } from 'vue';
135135
136136
import { getPurchaseList } from '@/api/detail';
137137
import { t } from '@/locales';

0 commit comments

Comments
 (0)