6 lines
135 B
Vue
6 lines
135 B
Vue
|
<template>
|
||
|
<DocSectionText v-bind="$attrs">
|
||
|
<p>Component does not apply any styling.</p>
|
||
|
</DocSectionText>
|
||
|
</template>
|