Skip to content

Commit

Permalink
update loader path fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwuapps committed Feb 25, 2024
1 parent c617720 commit d0d1ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Plugin } from 'vue';
import { applyPolyfills, defineCustomElements } from '@go-ui/core/loader';
import { applyPolyfills, defineCustomElements } from '@go-ui/core/dist/loader';

export const GoUi: Plugin = {
async install() {
Expand Down

0 comments on commit d0d1ffe

Please sign in to comment.