Skip to content

Commit

Permalink
fix(avatar-cropper): 修复 button 导入问题
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Dec 14, 2023
1 parent 2f7707e commit 1c0c714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/__VUE/avatarcropper/index.taro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<script lang="ts">
import { watch, ref, reactive, toRefs, computed, PropType, onMounted } from 'vue';
import NutButton from '../button/index.vue';
import NutButton from '../button/index.taro.vue';
import { createComponent } from '@/packages/utils/create';
import type { AvatarCropperToolbarPosition, AvatarCropperSizeType, AvatarCropperSourceType } from './types';
const { create } = createComponent('avatar-cropper');
Expand Down

0 comments on commit 1c0c714

Please sign in to comment.