Skip to content

Commit

Permalink
fix(v-editor): unregister
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Sep 15, 2021
1 parent 28241c9 commit 6b69e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import Auth from './src/pages/auth/Auth.vue';
import ForgotPassword from './src/pages/auth/ForgotPassword.vue';
import Login from './src/pages/auth/Login.vue';
import ResetPassword from './src/pages/auth/ResetPassword.vue';
import VEditor from './src/components/VEditor/VEditor.vue';
// import VEditor from './src/components/VEditor/VEditor.vue';
import VFileUpload from './src/components/VFileUpload/VFileUpload.vue';
import VCollapse from './src/components/VCollapsible/VCollapse.vue';
import VCollapsible from './src/components/VCollapsible/VCollapsible.vue';
Expand Down Expand Up @@ -130,7 +130,7 @@ export {
ForgotPassword,
Login,
ResetPassword,
VEditor,
// VEditor,
VCollapse,
VCollapsible,
VFileUpload,
Expand Down

0 comments on commit 6b69e15

Please sign in to comment.