fix import path bug

This commit is contained in:
Pan 2018-11-21 13:14:43 +08:00
parent 05b28e20bd
commit 5f343ec9e4
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 "~@/styles/mixin.scss";
.upload-container {
width: 100%;
position: relative;