Feature: Add initial Pins component

This commit is contained in:
winkidney
2019-11-22 17:30:08 +08:00
committed by Isaac Bythewood
parent cf7914e593
commit 90a44df994
2 changed files with 22 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
<template>
<div class="pins">
<section class="section">
<div class="container">
hello world
</div>
</section>
</div>
</template>
<script>
export default {
name: 'pins',
};
</script>
<style scoped>
</style>