Skip to content

Commit 969fd41

Browse files
committed
Minor fixes
1 parent 8e965ba commit 969fd41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export default {
4444
}
4545
</script>
4646

47+
<style src="../styles.css"></style>
4748
<style lang="scss">
4849
html,
4950
body,

src/components/StatusIndicator.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
export default {
66
name: 'StatusIndicator'
77
}
8-
</script>
9-
<style src="../assets/styles.css"></style>
8+
</script>

0 commit comments

Comments
 (0)