Commit 156e79db authored by Junling Bu's avatar Junling Bu
Browse files

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

parent 23ef05ac
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment