Browse Source

vue文件中不能写空的style,会导致编译出空css文件,在部署时会页面加载失败。

Junling Bu 6 years ago
parent
commit
156e79db28
1 changed files with 0 additions and 4 deletions
  1. 0 4
      litemall-admin/src/views/mall/order.vue

+ 0 - 4
litemall-admin/src/views/mall/order.vue

@@ -137,10 +137,6 @@
   </div>
 </template>
 
-<style>
-
-</style>
-
 <script>
 import { listOrder, shipOrder, refundOrder, detailOrder } from '@/api/order'
 import Pagination from '@/components/Pagination' // Secondary package based on el-pagination