Skip to content

Commit

Permalink
fix NprogressContainer.vue
Browse files Browse the repository at this point in the history
edit style language , "scss" to "css"
  • Loading branch information
liyanlong authored and luventa committed Feb 14, 2017
1 parent a8587fd commit 98d3bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NprogressContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export default {
}
</script>

<style lang="scss">
<style lang="css">
@import '~nprogress/nprogress.css';
</style>

0 comments on commit 98d3bf9

Please sign in to comment.