add basic support for components
This commit is contained in:
9
packages/extension-paragraph/paragraph.vue
Normal file
9
packages/extension-paragraph/paragraph.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<p ref="content"></p>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user