We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e965ba commit 969fd41Copy full SHA for 969fd41
src/App.vue
@@ -44,6 +44,7 @@ export default {
44
}
45
</script>
46
47
+<style src="../styles.css"></style>
48
<style lang="scss">
49
html,
50
body,
src/components/StatusIndicator.vue
@@ -5,5 +5,4 @@
5
export default {
6
name: 'StatusIndicator'
7
8
-</script>
9
-<style src="../assets/styles.css"></style>
+</script>
0 commit comments