Skip to content

Commit 63cae96

Browse files
committed
make email editor compatible with vue 2 and 3
1 parent 5116c69 commit 63cae96

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
import Vue from 'vue';
21
import EmailEditor from './EmailEditor.vue';
32

43
const Components = {
54
EmailEditor,
65
};
76

8-
Object.keys(Components).forEach((name) => {
9-
Vue.component(name, Components[name]);
10-
});
11-
127
export { EmailEditor };
138
export default Components;

0 commit comments

Comments
 (0)