diff --git a/src/components/AutoComplete.vue b/src/components/AutoComplete.vue
index 91e2ea4..2461776 100644
--- a/src/components/AutoComplete.vue
+++ b/src/components/AutoComplete.vue
@@ -79,44 +79,23 @@
-
- -
-
- {{ value[type].name }}
- ({{ value.level }})
- {{ value.content }}
-
-
-
-
-
+
\ No newline at end of file
diff --git a/src/router/index.js b/src/router/index.js
index 27267b6..3f33b86 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -28,7 +28,7 @@ const routes = [
component: Search
},
{
- path: 'profile/:member',
+ path: 'profile/:memberId',
name: 'ProfileMember',
component: View
},
diff --git a/src/views/Search.vue b/src/views/Search.vue
index 8abc381..4948d26 100644
--- a/src/views/Search.vue
+++ b/src/views/Search.vue
@@ -9,7 +9,6 @@
class="form-control"
id="searchText"
v-model="searchText"
- required
/>
@@ -29,7 +28,6 @@
\ No newline at end of file