CIDARLAB / 3DuF

Disallow the <template> <script> <style> block to be empty JS-0704
Bug risk
Minor
15 days ago15 days old
<style> is empty. Empty block is not allowed
22    </v-dialog>
23</template>
24
25<style lang="sass" scoped></style>26
27<script>
28import Vue from "vue";
<style> is empty. Empty block is not allowed
143};
144</script>
145
146<style lang="scss" scoped></style>
<style> is empty. Empty block is not allowed
74};
75</script>
76
77<style lang="scss" scoped></style>
<style> is empty. Empty block is not allowed
25export default {};
26</script>
27
28<style lang="scss" scoped></style>