Ver código fonte

@import 改为@use

lichunyang 1 mês atrás
pai
commit
0b730e34aa
1 arquivos alterados com 1 adições e 1 exclusões
  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>