Skip to content

Commit 5f343ec

Browse files
committed
fix import path bug
1 parent 05b28e2 commit 5f343ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Upload/singleImage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default {
7676
</script>
7777

7878
<style rel="stylesheet/scss" lang="scss" scoped>
79-
@import "~@/src/styles/mixin.scss";
79+
@import "~@/styles/mixin.scss";
8080
.upload-container {
8181
width: 100%;
8282
position: relative;

0 commit comments

Comments
 (0)