plmercereau/platyplus

View on GitHub
src/containers/Home.vue

Summary

Maintainability
Test Coverage
<template lang="pug">
  div
    h1 Home
    p Welcome
</template>

<script>
    export default {
      name: 'home'
    }
</script>

<style scoped>

</style>