Created
April 21, 2020 01:34
-
-
Save blogcacanid/a17da25ff462c3f3bac2269df4a34284 to your computer and use it in GitHub Desktop.
Contact.vue Integrasi Laravel 7 Dan Vue.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <div class="card mt-4"> | |
| <div class="card-header">CONTACT</div> | |
| <div class="card-body"><h4>Ini Halaman Contact</h4></div> | |
| <div class="card-body"> | |
| It is a long established fact that a reader will be distracted by the readable content | |
| of a page when looking at its layout. The point of using Lorem Ipsum is that it has | |
| a more-or-less normal distribution of letters, as opposed to using 'Content here, | |
| content here', making it look like readable English. Many desktop publishing packages | |
| and web page editors now use Lorem Ipsum as their default model text, and a search | |
| for 'lorem ipsum' will uncover many web sites still in their infancy. Various | |
| versions have evolved over the years, sometimes by accident, sometimes on purpose | |
| (injected humour and the like). | |
| </div> | |
| <div class="card-body"> | |
| "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium | |
| doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis | |
| et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem | |
| quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores | |
| eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem | |
| ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius | |
| modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. | |
| Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit | |
| laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure | |
| reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, | |
| vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?" | |
| </div> | |
| </div> | |
| </template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment