소스 검색

基础信息

lifanagju_citu 11 달 전
부모
커밋
1b8fc7615a
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/views/resume/components/basicInfo.vue

+ 0 - 4
src/views/resume/components/basicInfo.vue

@@ -382,10 +382,6 @@ formList.value.options.forEach((_e, index) => {
   if ((index + 2) % 2 === 0) _e.flexStyle = 'mr-3'
 })
 
-const expand = () => {
-  isExpand.value = !isExpand.value
-}
-
 </script>
 <style lang="scss" scoped>