Created
April 21, 2020 01:33
-
-
Save blogcacanid/12422f7ec330b0b3aadf5538ff5ca963 to your computer and use it in GitHub Desktop.
Home.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">HOME</div> | |
| <div class="card-body"><h4>Ini Halaman Home</h4></div> | |
| <div class="card-body"> | |
| Lorem Ipsum is simply dummy text of the printing and typesetting industry. | |
| Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, | |
| when an unknown printer took a galley of type and scrambled it to make | |
| a type specimen book. It has survived not only five centuries, but also the | |
| leap into electronic typesetting, remaining essentially unchanged. | |
| It was popularised in the 1960s with the release of Letraset sheets containing | |
| Lorem Ipsum passages, and more recently with desktop publishing software like | |
| Aldus PageMaker including versions of Lorem Ipsum. | |
| </div> | |
| <div class="card-body"> | |
| "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor | |
| incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud | |
| exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute | |
| irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla | |
| pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia | |
| deserunt mollit anim id est laborum." | |
| </div> | |
| </div> | |
| </template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment