Skip to content

Commit

Permalink
refactor(ui/app-bar): add ripper import
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyuWang committed Apr 21, 2022
1 parent 33f5d90 commit 8a3eed9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/varlet-ui/src/app-bar/example/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { ref } from 'vue'
import VarAppBar from '..'
import VarIcon from '../../icon'
import Ripple from '../../ripple'
import AppType from '@varlet/cli/site/mobile/components/AppType'
import Snackbar from '../../snackbar'
import VarMenu from '../../menu'
Expand All @@ -11,6 +12,8 @@ import dark from '../../themes/dark'
import { pack, use } from './locale'
import { watchLang, watchDarkMode } from '@varlet/cli/site/utils'
const vRipple = Ripple
const offsetY = ref(false)
const menuList = ref([])
const bgColor = ref('#fff')
Expand Down

0 comments on commit 8a3eed9

Please sign in to comment.