Explorar o código

@import 改为@use

lichunyang hai 1 mes
pai
achega
0b730e34aa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>