diff --git a/src/views/final/index.vue b/src/views/final/index.vue index 9e1e3b0..204ad2d 100644 --- a/src/views/final/index.vue +++ b/src/views/final/index.vue @@ -5,17 +5,20 @@ import Content from './content/Content.vue' import ListContent from './content/ListContent.vue' const showList = ref(false); +const contentRef = ref(null); +const inputChange = (keyword)=>{ +}