xianniu-ui 0.8.41 → 0.8.42

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xianniu-ui",
3
- "version": "0.8.41",
3
+ "version": "0.8.42",
4
4
  "private": false,
5
5
  "main": "lib/xianniu-ui.umd.min.js",
6
6
  "scripts": {
@@ -52,7 +52,7 @@
52
52
  :key="item.prop"
53
53
  style="width: 100%"
54
54
  v-bind="item.options ? { ...item.options } : {}"
55
- v-model="item.modelVal"
55
+ v-model.trim="item.modelVal"
56
56
  :clearable="item.clearable || true"
57
57
  :placeholder="item.placeholder || '请填写' + item.label"
58
58
  />
package/src/area/index.js CHANGED
@@ -3680,6 +3680,10 @@ export default [{
3680
3680
  'cityName': '临平区',
3681
3681
  'cityCode': '330113'
3682
3682
  },
3683
+ {
3684
+ 'cityName': '钱塘区',
3685
+ 'cityCode': '330114'
3686
+ },
3683
3687
  {
3684
3688
  'cityName': '桐庐县',
3685
3689
  'cityCode': '330122'