Scope the CSS in the Create Join component so it doesn't affect other components.
This commit is contained in:
parent
1bea894083
commit
b85a2f5635
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ export default {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style scoped>
|
||||||
@import "../css/theme.css";
|
@import "../css/theme.css";
|
||||||
@import "../css/style.css";
|
@import "../css/style.css";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue