Skip to content

Commit

Permalink
chore(index-anchor): modify import types
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Oct 9, 2021
1 parent 1b164d7 commit 0930890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/varlet-ui/src/index-anchor/IndexAnchor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
</template>

<script lang="ts">
import { computed, defineComponent, ref, RendererNode, Transition } from 'vue'
import { computed, defineComponent, ref, Transition } from 'vue'
import Sticky from '../sticky'
import { useIndexBar } from './provide'
import { props } from './props'
import type { Ref, ComputedRef } from 'vue'
import type { Ref, ComputedRef, RendererNode } from 'vue'
import type { IndexAnchorProvider } from './provide'
export default defineComponent({
Expand Down

0 comments on commit 0930890

Please sign in to comment.