Skip to content

Commit 8c0e6dd

Browse files
committed
fix: remove style lazyload
1 parent 5e5385a commit 8c0e6dd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/layouts/BasicLayout.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ export default {
149149
</script>
150150

151151
<style lang="less">
152-
@import url('../components/global.less');
153-
154152
/*
155153
* The following styles are auto-applied to elements with
156154
* transition="page-transition" when their visibility is toggled

src/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import bootstrap from './core/bootstrap'
1616
import './core/lazy_use'
1717
import './permission' // permission control
1818
import './utils/filter' // global filter
19+
import './components/global.less'
1920

2021
Vue.config.productionTip = false
2122

0 commit comments

Comments
 (0)