hookehuyr

fix

......@@ -2,13 +2,13 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-26 23:52:36
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-17 13:34:07
* @LastEditTime: 2022-11-23 13:21:48
* @FilePath: /data-table/src/App.vue
* @Description:
-->
<template>
<van-row v-if="is_pc">
<van-col span="10" offset="7">
<van-col span="20" offset="2">
<router-view></router-view>
</van-col>
</van-row>
......