Skip to content

Commit 98d3bf9

Browse files
liylluventa
authored andcommitted
fix NprogressContainer.vue
edit style language , "scss" to "css"
1 parent a8587fd commit 98d3bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NprogressContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ export default {
88
}
99
</script>
1010

11-
<style lang="scss">
11+
<style lang="css">
1212
@import '~nprogress/nprogress.css';
1313
</style>

0 commit comments

Comments
 (0)