Browse Source

模块懒加载

李林森 7 years ago
parent
commit
311c2964f3
1 changed files with 2 additions and 5 deletions
  1. 2 5
      src/view/lazycomponent.vue

+ 2 - 5
src/view/lazycomponent.vue

@@ -8,7 +8,6 @@
         :showQrCode="true"></nut-docheader>
         <h5>示例</h5>
         <nut-codebox :code="demo1"></nut-codebox>
-
         <h5>Props</h5>
         <div class="tbl-wrapper">
             <table class="u-full-width">
@@ -52,8 +51,7 @@
                 </tr>
             </tbody>
             </table>
-        </div>
-        
+        </div>        
         <h5>Events</h5>
         <div class="tbl-wrapper">
             <table class="u-full-width">
@@ -93,8 +91,7 @@
             </tbody>
             </table>
         </div>
-    </div>
-    </div>
+    </div>    
 </template>
 
 <script>