We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4201c92 commit 56268c3Copy full SHA for 56268c3
components/form/demo/customized-form-controls.vue
@@ -28,7 +28,7 @@ Controls must injects `useInjectFormItemContext` and calls the corresponding met
28
</template>
29
<script lang="ts">
30
import { defineComponent, reactive } from 'vue';
31
-// 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
32
import PriceInput from './price-input.vue';
33
import type { Currency } from './price-input.vue';
34
0 commit comments