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