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

This commit is contained in:
Pan 2018-11-19 12:47:47 +08:00
parent f0f8363cf7
commit 8cb6983550
1 changed files with 1 additions and 1 deletions

View File

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