Skip to content

Commit

Permalink
refactor: updated useViewer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyaoji committed Aug 20, 2021
1 parent 0647b9e commit 86f87b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/viewer/src/useViewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -809,8 +809,8 @@ export default function (props: ExtractPropTypes<typeof defaultProps>, ctx, vcIn
logger.capsule('VueCesium', `v${$vc.version}`)
logger.success('VueCesium https://github.com/zouyaoji/vue-cesium')
logger.success('Document https://zouyaoji.top/vue-cesium')
logger.success(`Please don't be stingy with your star, thank you ~`)
logger.success(`请不要吝啬您的 star,谢谢 ~ `)
logger.success(`If you like it, give it a star reward, ^_^`)
logger.success(`表示赞,给它一个星星奖励,^_^`)
}

const listenerReady = getInstanceListener(vcInstance, 'ready')
Expand Down

0 comments on commit 86f87b8

Please sign in to comment.