1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

fix import path bug

This commit is contained in:
Pan 2018-11-21 13:14:43 +08:00
parent 05b28e20bd
commit 5f343ec9e4

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;