|
@@ -73,6 +73,7 @@ import { taggingsGroup } from "@/sdk";
|
|
const showSearch = ref(false);
|
|
const showSearch = ref(false);
|
|
const type = ref<TaggingStyle["typeId"]>(-1);
|
|
const type = ref<TaggingStyle["typeId"]>(-1);
|
|
const keyword = ref("");
|
|
const keyword = ref("");
|
|
|
|
+console.log(taggings.value, 8888)
|
|
const filterTaggings = computed(() =>
|
|
const filterTaggings = computed(() =>
|
|
taggings.value.filter((tagging) => {
|
|
taggings.value.filter((tagging) => {
|
|
if (!tagging.title.includes(keyword.value)) return false;
|
|
if (!tagging.title.includes(keyword.value)) return false;
|