refactor: remove empty <style> sections from vue files

This commit is contained in:
xidedix
2018-06-27 14:45:52 +02:00
parent 668d3b27a6
commit 76a81b4e10
10 changed files with 0 additions and 30 deletions
-3
View File
@@ -89,6 +89,3 @@ export default {
} }
</script> </script>
<style scoped>
</style>
-3
View File
@@ -250,6 +250,3 @@ export default {
} }
</script> </script>
<style scoped>
</style>
-3
View File
@@ -162,6 +162,3 @@ export default {
} }
</script> </script>
<style scoped>
</style>
-3
View File
@@ -125,6 +125,3 @@ export default {
} }
</script> </script>
<style scoped>
</style>
-3
View File
@@ -97,6 +97,3 @@ export default {
} }
</script> </script>
<style scoped>
</style>
-3
View File
@@ -201,6 +201,3 @@ export default {
} }
</script> </script>
<style scoped>
</style>
-3
View File
@@ -143,6 +143,3 @@ export default {
} }
</script> </script>
<style scoped>
</style>
-3
View File
@@ -24,6 +24,3 @@ export default {
} }
</script> </script>
<style scoped>
</style>
-3
View File
@@ -40,6 +40,3 @@ export default {
} }
</script> </script>
<style scoped>
</style>
-3
View File
@@ -29,6 +29,3 @@ export default {
} }
</script> </script>
<style scoped>
</style>