Page404.spec.js.snap 994 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Page404.vue renders correctly 1`] = `
  3. <ccontainer-stub
  4. class="d-flex align-items-center min-vh-100"
  5. tag="div"
  6. >
  7. <crow-stub
  8. class="w-100 justify-content-center"
  9. gutters="true"
  10. tag="div"
  11. >
  12. <ccol-stub
  13. md="6"
  14. tag="div"
  15. >
  16. <div
  17. class="w-100"
  18. >
  19. <div
  20. class="clearfix"
  21. >
  22. <h1
  23. class="float-left display-3 mr-4"
  24. >
  25. 404
  26. </h1>
  27. <h4
  28. class="pt-3"
  29. >
  30. Oops! You're lost.
  31. </h4>
  32. <p
  33. class="text-muted"
  34. >
  35. The page you are looking for was not found.
  36. </p>
  37. </div>
  38. <cinput-stub
  39. class="mb-3"
  40. lazy="400"
  41. placeholder="What are you looking for?"
  42. type="text"
  43. />
  44. </div>
  45. </ccol-stub>
  46. </crow-stub>
  47. </ccontainer-stub>
  48. `;