1.0.5 • Published 6 years ago
12cm-echoss-loading v1.0.5
설치
npm install 12cm-echoss-loading@latest
개요
원투씨엠(주)의 로딩 애니메이션 템플릿 사용 방법을 설명합니다.
사용방법
HTML
<echoss-loading
:show="true"
:dim="true"
:type="1" />
Script
import EchossLoading from '12cm-echoss-loading/index.vue'
export default {
components: { EchossLoading },
created () {
//
}
}