put scoped back in to fix ordering issue on css
This commit is contained in:
parent
3d56d0f0e2
commit
eefeeb2cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ export default {
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
.alert {
|
.alert {
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue