Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo-shen committed Jan 6, 2024
1 parent ab2fc1f commit a0ce674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
components.d.ts
2 changes: 1 addition & 1 deletion src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class VantReplStore extends ReplStore {
getVueVersion() {
// TODO: @vue/repl 初始化阶段就应该提供 getVueVersion,初始化时的 this.vueVersion 是无效的
// ! 这种写法后续应该通过获取 this.vueVersion 替代
return this._getVersion('vue')
return this._getVersion('vue');
}

getVantVersion() {
Expand Down

0 comments on commit a0ce674

Please sign in to comment.