Skip to content

Commit

Permalink
Stepper component removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Asim-Tahir committed Apr 2, 2021
1 parent 574a406 commit 56ea816
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Updated

- [`Home`](https://bite-vite.netlify.app/) and [`about`](https://bite-vite.netlify.app/about) page template updated. [#4](https://github.com/Asim-Tahir/bite/issues/4)
- [`Home`](https://bite-vite.vercel.app/) and [`about`](https://bite-vite.vercel.app/about) page template updated. [#4](https://github.com/Asim-Tahir/bite/issues/4)
- StorybookJS [![StorybookJS](https://img.shields.io/npm/v/storybook/latest?label=%40storybook%2Fvue&logo=storybook)](https://github.com/storybookjs/storybook/releases/tag/v6.2.2) officially released.

### Known Issues
Expand Down
3 changes: 0 additions & 3 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@
<img src="../assets/Logo/1-Template.png" alt="" srcset="" />
<img src="../assets/Logo/1.png" alt="" srcset="" />
</div>
<Stepper />
</section>
</template>

<style lang="postcss" scoped></style>

<script lang="ts">
import { defineComponent } from "vue";
import Stepper from "@/components/Stepper.vue";
export default defineComponent({
name: "About",
components: { Stepper },
});
</script>

1 comment on commit 56ea816

@vercel
Copy link

@vercel vercel bot commented on 56ea816 Apr 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.