vue文件中不能写空的style,会导致编译出空css文件,在部署时会页面加载失败。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user