Skip to content

Commit

Permalink
fix(cli/site/pc): repair where the var-cell
Browse files Browse the repository at this point in the history
  V-for component did not have a key
  • Loading branch information
ahqrt authored and BeADre committed May 28, 2021
1 parent 774a6ae commit dbb63f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/varlet-cli/site/pc/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ 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 } from 'vue'
import { useRoute } from 'vue-router'
import { defineComponent, ref, Ref, watch, onMounted, nextTick, reactive } from 'vue'
import { useRoute, createWebHashHistory } from 'vue-router'
type Menu = {
isTitle: boolean
Expand Down

0 comments on commit dbb63f8

Please sign in to comment.