mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-25 12:39:03 +08:00
10 lines
109 B
Vue
10 lines
109 B
Vue
<template>
|
|
<p data-component="yeah" ref="content"></p>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
|
|
}
|
|
</script>
|