12cm-echoss-loading 中文文档教程
12cm echoss Loading
설치
npm 安装 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 () {
//
}
}
타입
타입코드 | 로딩 애니메이션 |
---|---|
1 | |
2 | |
3 |
12cm echoss Loading
설치
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 () {
//
}
}
타입
타입코드 | 로딩 애니메이션 |
---|---|
1 | |
2 | |
3 |
更多