Skip to content

Feat(composable): 함수형 Modal 구성하기 #24

Open
@seongpil0948

Description

@seongpil0948

trello link

ElMessageBox 형식 처럼, 비동기 함수 호출 형식으로 팝업을 손쉽게 사용할 수 있는 구조 구성

호출 구조는 공통 script로 구성하고, 각각 필요 modal을 컴포넌트 형태로 구성. 이를 비동기 함수로 호출하고 resolve나 reject 이후에 차후 처리하는 방식

예제 소스

import UserSearchPopup from UserSearchPopup.vue


// 팝업 호출
CmModal(UserSearchPopup, {compType: 'TOO'}).then((user) => {
  // 선택된 유저 처리
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions