@netang/quasar 0.0.43 → 0.0.44
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.
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
|
|
52
52
|
<!-- 渲染 -->
|
|
53
53
|
<n-render
|
|
54
|
-
:path="
|
|
54
|
+
:path="renderPath"
|
|
55
55
|
:query="currentQuery"
|
|
56
56
|
v-if="currentQuery"
|
|
57
57
|
/>
|
|
@@ -97,7 +97,7 @@ export default {
|
|
|
97
97
|
default: '没有找到任何数据',
|
|
98
98
|
},
|
|
99
99
|
// 渲染组件路径
|
|
100
|
-
|
|
100
|
+
renderPath: {
|
|
101
101
|
type: String,
|
|
102
102
|
required: true,
|
|
103
103
|
},
|