Add doc and fixed icons, remove prism
This commit is contained in:
@@ -100,7 +100,7 @@ import TreeTable from 'primevue/treetable';
|
||||
import TriStateCheckbox from 'primevue/tristatecheckbox';
|
||||
import VirtualScroller from 'primevue/virtualscroller';
|
||||
|
||||
import CodeHighlight from '@/components/CodeHighlight';
|
||||
import CodeHighlight from '@/components/CodeHighlight.vue';
|
||||
import BlockViewer from '@/components/BlockViewer.vue';
|
||||
|
||||
import '@/assets/styles.scss';
|
||||
@@ -117,7 +117,9 @@ app.directive('tooltip', Tooltip);
|
||||
app.directive('badge', BadgeDirective);
|
||||
app.directive('ripple', Ripple);
|
||||
app.directive('styleclass', StyleClass);
|
||||
app.directive('code', CodeHighlight);
|
||||
|
||||
app.component('CodeHighlight', CodeHighlight);
|
||||
app.component('BlockViewer', BlockViewer);
|
||||
|
||||
app.component('Accordion', Accordion);
|
||||
app.component('AccordionTab', AccordionTab);
|
||||
@@ -209,6 +211,4 @@ app.component('TreeTable', TreeTable);
|
||||
app.component('TriStateCheckbox', TriStateCheckbox);
|
||||
app.component('VirtualScroller', VirtualScroller);
|
||||
|
||||
app.component('BlockViewer', BlockViewer);
|
||||
|
||||
app.mount('#app');
|
||||
|
||||
Reference in New Issue
Block a user