mirror of
https://github.com/pinry/pinry.git
synced 2025-11-17 18:30:39 +01:00
Feature: Add initial Pins component
This commit is contained in:
committed by
Isaac Bythewood
parent
cf7914e593
commit
90a44df994
19
pinry-spa/src/components/Pins.vue
Normal file
19
pinry-spa/src/components/Pins.vue
Normal 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>
|
||||
Reference in New Issue
Block a user