@kimap/indoor-positioning-sdk-vue2 5.2.4 → 5.2.6

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.
@@ -11,9 +11,9 @@ export default {
11
11
  name: 'KimapComponent',
12
12
 
13
13
  props: {
14
- // OBJ模型文件URL
14
+ // OBJ模型文件URL(支持单文件string或多文件string[])
15
15
  objUrl: {
16
- type: String,
16
+ type: [String, Array],
17
17
  required: true
18
18
  },
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kimap/indoor-positioning-sdk-vue2",
3
- "version": "5.2.4",
3
+ "version": "5.2.6",
4
4
  "description": "Vue2自包含室内定位SDK - 完全兼容Webpack3+Babel6 | Vue2 Self-Contained Indoor Positioning SDK",
5
5
  "main": "index.js",
6
6
  "files": [