af-mobile-client-vue3 1.3.39 → 1.3.40

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,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.3.39",
4
+ "version": "1.3.40",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -117,7 +117,6 @@ const resultLabel = computed(() => {
117
117
  readonly
118
118
  :border="false"
119
119
  :is-link="$attrs.disabled === undefined"
120
- error-message-align="right"
121
120
  @click="showPopu($attrs.readonly)"
122
121
  />
123
122
  <VanPopup v-model:show="show" position="bottom">
@@ -126,7 +126,6 @@ watch(() => resultValue, (newVal, _oldVal) => {
126
126
  readonly
127
127
  :is-link="true"
128
128
  :border="props.border"
129
- error-message-align="right"
130
129
  @click="showPopu($attrs.readonly)"
131
130
  />
132
131
  <VanPopup v-model:show="show" position="bottom">