• This project
    • Loading...
  • Sign in

2020-1-CloudComputing / A_Team_Khuloud

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • A_Team_Khuloud
  • frontend
  • pages
  • vuetifyT.vue
  • Ubuntu's avatar
    add front · 346f5c73
    346f5c73
    Ubuntu authored 2020-05-28 03:48:51 +0000
vuetifyT.vue 313 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<template>
  <div>
    <PaddingMarginGrid/>
  </div>
</template>

<script>
  import Navbar from "../components/Navbar";
  import PaddingMarginGrid from "../components/PaddingMarginGrid";

  export default {
    name: "vuetifyT",
    components: {Navbar, PaddingMarginGrid}
  }
</script>

<style scoped>

</style>