vue2-client 1.14.48 → 1.14.50

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.
@@ -6,7 +6,7 @@
6
6
  <div v-if="type === 'range'" class="picker-wrapper">
7
7
  <a-range-picker
8
8
  :value="dateRange"
9
- :placeholder="['开始日期', '结束日期 ']"
9
+ :placeholder="['开始日期', '结束日期']"
10
10
  separator="至"
11
11
  :disabled="disabled"
12
12
  :allowClear="allowClear"
@@ -1,5 +1,5 @@
1
1
  <script>
2
- import XTimeSelect from '@/base-client/components/his/XTimeSelect/XTimeSelect.vue'
2
+ import XTimeSelect from './XTimeSelect.vue'
3
3
  export default {
4
4
  name: 'XTimeSelectDemo',
5
5
  components: {