fix postcss bug

This commit is contained in:
Pan
2017-06-30 11:01:04 +08:00
parent c51c7fec5f
commit bcceb545d9
3 changed files with 5 additions and 2 deletions

View File

@@ -9,4 +9,8 @@ export default {
name: 'app'
}
</script>
<style lang="scss">
@import './styles/index.scss'; // 全局自定义的css样式
</style>