vectore datatable and few modifications
This commit is contained in:
@@ -38,7 +38,7 @@ import ScrollPanel from 'primevue/scrollpanel';
|
||||
import SelectButton from 'primevue/selectbutton'; // Import SelectButton
|
||||
import { useToast } from 'primevue/usetoast';
|
||||
import { watch, ref } from 'vue';
|
||||
import CodeSnippet from './CodeSnippet.vue';
|
||||
import CodeSnippet from '@/components/CodeSnippet.vue';
|
||||
|
||||
const query = ref('');
|
||||
const dropdownItem = ref(null);
|
||||
@@ -48,7 +48,8 @@ const dynamicCode = ref('');
|
||||
|
||||
const dropdownItems = [
|
||||
{ name: 'Documentation', code: 'setup-documentation' },
|
||||
{ name: 'Deploy Documentation', code: 'deploy-documentation' }
|
||||
{ name: 'Deploy Documentation', code: 'deploy-documentation' },
|
||||
{ name: 'SourceCode', code: 'sourcecode' }
|
||||
];
|
||||
|
||||
const sendQuery = async () => {
|
||||
|
||||
Reference in New Issue
Block a user