Skip to content

Commit

Permalink
市场api开发
Browse files Browse the repository at this point in the history
  • Loading branch information
scarecrowQoQ committed Dec 18, 2024
1 parent 3e8ad8e commit 8f88bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/market/list.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<script setup lang="ts">
import marketCard from '@/components/market/MarketCard.vue'
import type {ProjectData, SearchProjectListParam} from "@/type/market/Market.ts";
import {reactive, ref, computed, watch, onMounted} from "vue";
import project from "./project.vue";
// import {tr} from "vuetify/locale";
import {searchProject} from '@/api/market/api.ts'
import MarketCard from "@/components/market/MarketCard.vue";
const searchParam = reactive<SearchProjectListParam>({
name: '', // 确保这里有一个默认值
language: '',
Expand Down

0 comments on commit 8f88bc3

Please sign in to comment.