9 lines
108 B
Vue
9 lines
108 B
Vue
<template>
|
|
<p data-component="yeah" ref="content"></p>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
|
|
}
|
|
</script> |