Make scss scoped in vue components
This commit is contained in:
parent
9227d18970
commit
5fab1b4f89
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user