Skip to content

Commit

Permalink
fix(cli/site/pc): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqrt authored and BeADre committed May 28, 2021
1 parent dbb63f8 commit 260358b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-cli/site/pc/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ import '@varlet/ui/es/icon/style'
import '@varlet/ui/es/menu/style'
import '@varlet/ui/es/loading/style'
import { defineComponent, ref, Ref, watch, onMounted, nextTick, reactive } from 'vue'
import { useRoute, createWebHashHistory } from 'vue-router'
import { useRoute } from 'vue-router'
type Menu = {
isTitle: boolean
Expand Down

0 comments on commit 260358b

Please sign in to comment.