@netang/quasar 0.1.24 → 0.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
>
|
|
15
15
|
<!-- 表格 -->
|
|
16
16
|
<template v-slot:before="{ after, toggleAfter }">
|
|
17
|
-
<n-table
|
|
17
|
+
<n-mixed-table
|
|
18
18
|
v-bind="$attrs"
|
|
19
19
|
>
|
|
20
20
|
<!-- 工具栏右边插槽(手机端不显示) -->
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
/>
|
|
54
54
|
</template>
|
|
55
55
|
|
|
56
|
-
</n-table>
|
|
56
|
+
</n-mixed-table>
|
|
57
57
|
</template>
|
|
58
58
|
|
|
59
59
|
<!-- 渲染详情页面(手机端不显示) -->
|