Skip to content

Commit

Permalink
fix: remove style lazyload
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed Nov 6, 2019
1 parent 5e5385a commit 8c0e6dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/layouts/BasicLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ export default {
</script>

<style lang="less">
@import url('../components/global.less');
/*
* The following styles are auto-applied to elements with
* transition="page-transition" when their visibility is toggled
Expand Down
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import bootstrap from './core/bootstrap'
import './core/lazy_use'
import './permission' // permission control
import './utils/filter' // global filter
import './components/global.less'

Vue.config.productionTip = false

Expand Down

0 comments on commit 8c0e6dd

Please sign in to comment.