Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <template>
  2. <div class="woof"></div>
  3. </template>
  4.  
  5. <script>
  6. import Vue from 'vue-class-component';
  7.  
  8. export default class Component extends Vue {};
  9. </script>
  10.  
  11. <style lang="scss">
  12. .woof {
  13. background-color: red; // <- this part is missing inside snapshot file
  14. }
  15. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement