layout/h5/index.js | ●●●●● patch | view | raw | blame | history | |
layout/h5Page/CContent.vue | patch | view | raw | blame | history | |
layout/h5Page/CNavBar.vue | patch | view | raw | blame | history | |
layout/h5Page/CPage.vue | patch | view | raw | blame | history | |
layout/h5Page/cNavBar.scss | ●●●●● patch | view | raw | blame | history | |
layout/h5Page/cPage.scss | ●●●●● patch | view | raw | blame | history | |
layout/h5Page/index.js | ●●●●● patch | view | raw | blame | history |
layout/h5/index.js
File was deleted layout/h5Page/CContent.vue
layout/h5Page/CNavBar.vue
layout/h5Page/CPage.vue
layout/h5Page/cNavBar.scss
File was renamed from layout/h5/navBar/cNavBar.scss @@ -3,7 +3,7 @@ * @author Tevin */ @import "../../../common/sassMixin"; @import "../../common/sassMixin"; .c-nav-bar { position: relative; layout/h5Page/cPage.scss
File was renamed from layout/h5/page/cPage.scss @@ -3,7 +3,7 @@ * @author Tevin */ @import "../../../common/sassMixin"; @import "../../common/sassMixin"; .c-page { @include position(fixed, 0 0); layout/h5Page/index.js
New file @@ -0,0 +1,14 @@ /** * layout * @author Tevin */ import CPage from '@components/layout/h5Page/CPage.vue'; import CNavBar from '@components/layout/h5Page/CNavBar.vue'; import CContent from '@components/layout/h5Page/CContent.vue'; export { CPage, CNavBar, CContent, }