12 lines
278 B
Vue
12 lines
278 B
Vue
![]() |
<template>
|
||
|
<div class="content-section documentation">
|
||
|
<TabView>
|
||
|
<TabPanel header="Documentation">
|
||
|
<h3>Import</h3>
|
||
|
<CodeHighlight lang="javascript">
|
||
|
import DataTable from 'primevue/datatable';
|
||
|
</CodeHighlight>
|
||
|
</TabPanel>
|
||
|
</TabView>
|
||
|
</div>
|
||
|
</template>
|