perf[style]: use webpack alias instead of hard code src path (#1338)

This commit is contained in:
samuelchlui
2018-11-19 12:43:23 +08:00
committed by Pan
parent 6f5591c290
commit f0f8363cf7
3 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ export default {
</script>
<style rel="stylesheet/scss" lang="scss" scoped>
@import "src/styles/mixin.scss";
@import "~@/styles/mixin.scss";
.upload-container {
width: 100%;
position: relative;