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