Skip to content

Commit

Permalink
fix(ui/home): change varletConfig import url
Browse files Browse the repository at this point in the history
  • Loading branch information
34982452 committed May 28, 2021
1 parent 28c9745 commit 73b9f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-ui/src/home/example/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { reactive, ref } from 'vue'
import { watchLang, watchPlatform } from '../../utils/components'
import { use, pack } from './locale'
const varletConfig = require('../../../varlet.config')
const varletConfig = require('../../../../varlet-cli/site/site.config.json')
export default {
name: 'HomeExample',
Expand Down

0 comments on commit 73b9f84

Please sign in to comment.