|
|
@ -28,7 +28,7 @@ Controls must injects `useInjectFormItemContext` and calls the corresponding met
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
|
|
<script lang="ts">
|
|
|
|
import { defineComponent, reactive } from 'vue';
|
|
|
|
import { defineComponent, reactive } from 'vue';
|
|
|
|
// sorceCode https://github.com/vueComponent/ant-design-vue/blob/cb3c002e17f0f4f5b3e8d01846069da0e2645aff/components/form/demo/price-input.vue
|
|
|
|
// sourceCode https://github.com/vueComponent/ant-design-vue/blob/cb3c002e17f0f4f5b3e8d01846069da0e2645aff/components/form/demo/price-input.vue
|
|
|
|
import PriceInput from './price-input.vue';
|
|
|
|
import PriceInput from './price-input.vue';
|
|
|
|
import type { Currency } from './price-input.vue';
|
|
|
|
import type { Currency } from './price-input.vue';
|
|
|
|
|
|
|
|
|
|
|
|