mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 23:59:25 +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>
|