diff --git a/src/components/header.vue b/src/components/header.vue index 0c54b08..142d24d 100644 --- a/src/components/header.vue +++ b/src/components/header.vue @@ -23,13 +23,50 @@

同时我们也提供自主提交开源库的收录(前提是在npm上发布的)

- + diff --git a/src/store.js b/src/store.js index 9b79883..4a97cfa 100644 --- a/src/store.js +++ b/src/store.js @@ -7,7 +7,8 @@ const store = reactive({ 1: '🕒待审核中', 2: '✅正常', 9: '🙅🏻拒绝收录' - } + }, + result: null // 搜索结果 }) export default function (app) { diff --git a/src/views/home.vue b/src/views/home.vue index ac73a84..bbe4e78 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -1,6 +1,19 @@