gaoluyang
4 天以前 025e46e11cb2962fd7692adfa401333758cc779b
src/App.vue
@@ -4,7 +4,6 @@
    <router-view />
  </div>
</template>
<script setup>
import { ref, onMounted } from 'vue'
import Splash from './components/Splash.vue'
@@ -18,12 +17,6 @@
</script>
<style lang="scss">
// 使用 @use 替代 @import(如果uView-plus支持的话)
// 注意:由于uView-plus可能还不支持@use,这可能会导致样式问题
// @use "uview-plus/index.scss";
// @use '@/static/scss/index.scss';
// 暂时保留@import,直到uView-plus更新
@import "uview-plus/index.scss";
@import '@/static/scss/index.scss';
</style>