primevue-mirror/src/views/datatable/DataTableDoc.vue

12 lines
278 B
Vue
Raw Normal View History

2019-06-27 21:17:21 +00:00
<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>