put scoped back in to fix ordering issue on css

This commit is contained in:
Bill Richardson 2024-07-15 10:49:58 -04:00
parent 3d56d0f0e2
commit eefeeb2cf1

View file

@ -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;