Make scss scoped in vue components
This commit is contained in:
		| @@ -52,7 +52,7 @@ export default { | ||||
| }; | ||||
| </script> | ||||
|  | ||||
| <style lang="scss"> | ||||
| <style lang="scss" scoped> | ||||
| @import '../components/button'; | ||||
| .app { | ||||
|     text-align: center; | ||||
|   | ||||
| @@ -79,7 +79,7 @@ export default { | ||||
| }; | ||||
| </script> | ||||
|  | ||||
| <style lang="scss"> | ||||
| <style lang="scss" scoped> | ||||
| @import '../components/button'; | ||||
|  | ||||
| .app { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user