Skip to content

Commit

Permalink
fix: lib url
Browse files Browse the repository at this point in the history
  • Loading branch information
ckvv committed Aug 14, 2023
1 parent a9f4eeb commit 7566d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/plugins/repl-wrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ watchEffect(() => history.replaceState({}, '', store.serialize()));
// pre-set import map
store.setImportMap({
imports: {
'@ckpack/v-ui': 'https://cdn.jsdelivr.net/npm/@ckpack/v-ui/dist/v-ui.js',
'@ckpack/v-ui': 'https://cdn.jsdelivr.net/npm/@ckpack/v-ui@latest/dist/v-ui.js',
},
});
Expand Down

0 comments on commit 7566d78

Please sign in to comment.