vue-intergrall-plugins 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,7 +40,7 @@ export default {
40
40
  }
41
41
  </script>
42
42
 
43
- <style>
43
+ <style scoped>
44
44
  .box-shadow {
45
45
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
46
46
  -moz-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
@@ -121,7 +121,7 @@ export default {
121
121
  },
122
122
  };
123
123
  </script>
124
- <style>
124
+ <style scoped>
125
125
  .btn-rolagem {
126
126
  position: absolute;
127
127
  bottom: 10px;