ap-dev 1.1.36 → 1.1.37

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.
@@ -75,9 +75,9 @@ export default {
75
75
  type: '插槽',
76
76
  default: '空',
77
77
  memo: '1、未定义插槽时,默认显示【searchTreeKey.labelKey】<br>2、自定义插槽时,以插槽为准',
78
- code: `<ap-search-tree :options.sync="option">
78
+ code: `<div class="api-code"><ap-search-tree :options.sync="option">
79
79
  <span slot="tree" slot-scope="scope">{{ scope.data.fdName }}</span>
80
- </ap-search-tree>`
80
+ </ap-search-tree></div>`
81
81
  }, {
82
82
  name: 'searchTreeUrl',
83
83
  type: '字符串',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ap-dev",
3
- "version": "1.1.36",
3
+ "version": "1.1.37",
4
4
  "description": "===== ap-dev =====",
5
5
  "author": "xiexinbin",
6
6
  "email": "876818817@qq.com",