We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5385a commit 8c0e6ddCopy full SHA for 8c0e6dd
src/layouts/BasicLayout.vue
@@ -149,8 +149,6 @@ export default {
149
</script>
150
151
<style lang="less">
152
-@import url('../components/global.less');
153
-
154
/*
155
* The following styles are auto-applied to elements with
156
* transition="page-transition" when their visibility is toggled
src/main.js
@@ -16,6 +16,7 @@ import bootstrap from './core/bootstrap'
16
import './core/lazy_use'
17
import './permission' // permission control
18
import './utils/filter' // global filter
19
+import './components/global.less'
20
21
Vue.config.productionTip = false
22
0 commit comments