Skip to content

Commit

Permalink
fix: switch version error (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Jun 29, 2023
1 parent 969ec89 commit 94d9bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const useStore = (initial: Initial) => {
const style = styleSource
? styleSource.replace('#VERSION#', version)
: genCdnLink(
nightly ? '@element-plus/nightly' : 'element-plus',
nightly.value ? '@element-plus/nightly' : 'element-plus',
version,
'/dist/index.css'
)
Expand Down

1 comment on commit 94d9bb5

@vercel
Copy link

@vercel vercel bot commented on 94d9bb5 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.