zhengyiming
3 天以前 6b5d97c973066c121de879ee4f4f0fec1669a07b
packages/components/src/Input/ChooseLocationInput.vue
@@ -5,7 +5,7 @@
    :input-align="props.inputAlign"
    readonly
    @click="handleChooseLocation"
    :modelValue="props.modelValue.address"
    :modelValue="props.modelValue.addressName"
    alwaysEmbed
  >
    <template #clear>
@@ -16,7 +16,7 @@
    </template>
    <template #right>
      <slot name="right">
        <img :src="IconLocation" class="choose-location-input-icon" />
        <!-- <img :src="IconLocation" class="choose-location-input-icon" /> -->
      </slot>
    </template>
  </nut-input>