diff --git a/src/router/index.js b/src/router/index.js index a19d7da..1ad0673 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -32,6 +32,10 @@ const routes = [ } ] }, + { + path: '/wordDict', + component: () => import('@v/wordDict/wordDict.vue'), + }, // 레이아웃 필요없을 때 예시 // { // path: '/login', diff --git a/src/views/wordDict/wordDict.vue b/src/views/wordDict/wordDict.vue new file mode 100644 index 0000000..4382d55 --- /dev/null +++ b/src/views/wordDict/wordDict.vue @@ -0,0 +1,207 @@ + + + + + + + + 용어집 + + + + + + + + + 단어 : {{ filteredList.length }} + + + + + + + + ㄱ + + + ㄴ + + + ㄷ + + + + + a + + + b + + + c + + + + + + + + + + {{ item.CMNCODNAM }} + + + + + + + + 로딩 중... + + + {{ error }} + + + + + + + ({{ item.category }}) {{ item.WRDDICTTL }} + + + + {{ item.WRDDICCON }} + + + 최초 작성자 {{ item.author.name }} + 작성일 {{ new Date(item.author.createdAt).toLocaleString() }} + + + + 최근 수정자 {{ item.lastEditor.name }} + 수정일 {{ new Date(item.lastEditor.updatedAt).toLocaleString() }} + + + + + + 용어집의 용어가 없습니다. + + + + + + + + 쇼핑몰 + 저장 + + + + + + + 저장 + + + + + + + + + + +
{{ item.WRDDICCON }}