소스 검색

removed .f-col helpers from nav and main

tags/0.9.0
Alej 5 년 전
부모
커밋
79580a35fd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      vue-theme/src/app.vue

+ 2
- 2
vue-theme/src/app.vue 파일 보기

@@ -1,8 +1,8 @@
1 1
 <template lang="pug">
2 2
 #theme.f-col
3
-    cia-nav.f-col
3
+    cia-nav
4 4
     cia-hero
5
-    main.f-col
5
+    main
6 6
         router-view
7 7
     cia-footer
8 8
 </template>

Loading…
취소
저장