Skip to content

Commit

Permalink
fix: wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
lovefields committed Jun 1, 2023
1 parent 3c18e55 commit 81c898d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dragon-editor",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.1.1",
"description": "WYSIWYG editor on Nuxt.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineNuxtModule({
// addComponentsDir(resolver.resolve("./shared/components"));
addComponent({
name: 'DragonEditorComment',
filePath: resolver.resolve('./runtime/components/DragonEditorComment')
filePath: resolver.resolve('./shared/components/DragonEditorComment')
});
}
})

0 comments on commit 81c898d

Please sign in to comment.