A Vue 3 component for the Daum (Kakao) Postcode service, which provides Korean address search functionality. Current stable version is 1.2.2, released with a monthly cadence. It wraps the Daum postcode script API into a reusable Vue component. Key differentiators: lightweight, zero dependencies, TypeScript support, and reactive events. Alternatives require manual script injection or are for Vue 2.
npm install vue-daum-postcodeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to integrate the DaumPostcode component to fetch Korean addresses using the on-complete callback.
Set explicit width and height on component container.
Use @on-complete="handler" in template (lowercase event) or pass as prop.
Add script-src 'self' https://t1.daumcdn.net to CSP.
Register DaumPostcode in components option or install globally via app.component('DaumPostcode', DaumPostcode).Handle case where user closes the popup without selecting an address.
No dependency data recorded yet.