Skip to content

Commit

Permalink
[S03P31A503-11] feature/develop : Delete unneeded components
Browse files Browse the repository at this point in the history
  • Loading branch information
scl2589 committed Oct 25, 2020
1 parent 6af6bd8 commit 00a3ade
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 190 deletions.
3 changes: 1 addition & 2 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<template>
<div id="app">
<div id="nav">
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
<h3>술이술이홈술이</h3>
</div>
<router-view/>
</div>
Expand Down
151 changes: 0 additions & 151 deletions frontend/src/components/HelloWorld.vue

This file was deleted.

14 changes: 0 additions & 14 deletions frontend/src/router/index.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
import Vue from 'vue'
import VueRouter from 'vue-router'
import Home from '../views/Home.vue'

Vue.use(VueRouter)

const routes = [
{
path: '/',
name: 'Home',
component: Home
},
{
path: '/about',
name: 'About',
// route level code-splitting
// this generates a separate chunk (about.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import(/* webpackChunkName: "about" */ '../views/About.vue')
}
]

const router = new VueRouter({
Expand Down
5 changes: 0 additions & 5 deletions frontend/src/views/About.vue

This file was deleted.

18 changes: 0 additions & 18 deletions frontend/src/views/Home.vue

This file was deleted.

0 comments on commit 00a3ade

Please sign in to comment.