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

This commit is contained in:
Junling Bu
2019-07-01 00:36:41 +08:00
parent 23ef05ac76
commit 156e79db28

View File

@@ -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