@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="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
- path: {
100
+ renderPath: {
101
101
  type: String,
102
102
  required: true,
103
103
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "description": "netang-quasar",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"