first
This commit is contained in:
13
examples/extension/src/editor/index.vue
Normal file
13
examples/extension/src/editor/index.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<editor />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import editor from './editor';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
editor
|
||||
}
|
||||
};
|
||||
</script>
|
Reference in New Issue
Block a user