Skip to content

Commit cd081d3

Browse files
committed
Add rel=stylesheet in <link> tag for stylesheets
1 parent 9d2ab04 commit cd081d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ export default defineComponent({
2525
});
2626
</script>
2727

28-
<link lang="scss" src="./App.scss" />
28+
<link rel="stylesheet" lang="scss" src="./App.scss" />

0 commit comments

Comments
 (0)