pull/6063/head
Remx Xu 2 years ago committed by GitHub
parent e10b659aac
commit 2a30de162c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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';

Loading…
Cancel
Save