Przeglądaj źródła

Add scoped attribute

sbkwgh 7 lat temu
rodzic
commit
4b68148d49
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      frontend/src/components/InputEditorPreview.vue

+ 1 - 1
frontend/src/components/InputEditorPreview.vue

@@ -60,7 +60,7 @@
 	}
 </script>
 
-<style lang='scss'>
+<style lang='scss' scoped>
 	@import '../assets/scss/variables.scss';
 
 	.input_editor_preview {