Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Logo.vue 146 B
<template>
  <v-img
    :src="require('~/static/img/logo.png')"
    max-height="150"
    max-width="200"
  ></v-img>
</template>

<style></style>