회원 태그 - CRUD API 추가

This commit is contained in:
Yu Sung
2023-08-06 13:52:03 +09:00
parent 1d4bcd601d
commit f66bfd8524
8 changed files with 15 additions and 15 deletions

View File

@@ -135,11 +135,11 @@
</template>
<script>
import * as api from "@/api/counselor_tag";
import * as api from "@/api/creator_tag";
import Draggable from "vuedraggable";
export default {
name: "CounselorTags",
name: "CreatorTags",
components: {Draggable},

View File

@@ -194,7 +194,7 @@
<script>
import * as api from "@/api/explorer"
import * as creatorTagApi from "@/api/counselor_tag";
import * as creatorTagApi from "@/api/creator_tag";
import Draggable from "vuedraggable";
export default {