feat 自定义订阅

This commit is contained in:
jxxghp
2023-08-10 12:42:15 +08:00
parent 2ddc112e0a
commit f7d55421b0
11 changed files with 851 additions and 16 deletions
@@ -70,6 +70,8 @@ const filteredDataList = computed(() => {
v-for="data in filteredDataList"
:key="data.id"
:media="data"
@remove="fetchData"
@save="fetchData"
/>
</div>
<NoDataFound