소스 검색

@import 改为@use

lichunyang 1 개월 전
부모
커밋
0b730e34aa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/ProjectTree/index.vue

+ 1 - 1
src/components/ProjectTree/index.vue

@@ -64,5 +64,5 @@ const { handleNodeClick, getExpandIcon } = useTree(emit, props);
 </script>
 
 <style scoped lang="scss">
-@import './styles/index.scss';
+@use  './styles/index.scss';
 </style>