회원 태그 - CRUD API 추가
This commit is contained in:
@@ -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},
|
||||
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user