Skip to content

Commit

Permalink
fix(cli/site/pc): remove unused import reactive
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqrt authored and BeADre committed May 28, 2021
1 parent 260358b commit 07fdd24
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 @@ -79,7 +79,7 @@ import '@varlet/ui/es/cell/style'
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 { defineComponent, ref, Ref, watch, onMounted, nextTick } from 'vue'
import { useRoute } from 'vue-router'
type Menu = {
Expand Down

0 comments on commit 07fdd24

Please sign in to comment.