perf[style]: use webpack alias instead of hard code src path

v4.0
Pan 2018-11-19 12:47:35 +08:00
parent cb1967130c
commit 4a4961373d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export default {
</script>
<style rel="stylesheet/scss" lang="scss" scoped>
@import "src/styles/mixin.scss";
@import "~@/src/styles/mixin.scss";
.app-wrapper {
@include clearfix;
position: relative;