Skip to content

Instantly share code, notes, and snippets.

View mustafacagri's full-sized avatar
👾
🚀 Working on Vue.js 🌟 React.js 💻 Node.js ✨ TypeScript 🎉

Mustafa Çağrı Güven mustafacagri

👾
🚀 Working on Vue.js 🌟 React.js 💻 Node.js ✨ TypeScript 🎉
View GitHub Profile
@mustafacagri
mustafacagri / dynamicTable.vue
Created May 5, 2022 14:55
dynamicTable.vue
<template>
<VDataTable :headers="headers" :items="tableData" hideDefaultFooter />
</template>
<script>
import { defineComponent, onMounted, reactive, toRefs } from '@vue/composition-api'
export default defineComponent({
name: 'DynamicTable',
props: { data: { type: Array, required: true } },
@mustafacagri
mustafacagri / cloudSettings
Created January 14, 2021 11:36 — forked from elibolonur/cloudSettings
VS Code settings - Public
{"lastUpload":"2020-12-30T13:29:13.660Z","extensionVersion":"v3.4.3"}