Skip to content

Commit 8673fa2

Browse files
author
Hanjong Lee
committed
Update ExampleComponent
1 parent bebdb30 commit 8673fa2

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
<template>
2-
<div class="container">
3-
<div class="row justify-content-center">
4-
<div class="col-md-8">
5-
<div class="card card-default">
6-
<div class="card-header">Example Component</div>
7-
8-
<div class="card-body">
9-
I'm an example component.
10-
</div>
11-
</div>
12-
</div>
13-
</div>
2+
<div>
3+
<h1>Hello, Laravel + Vue + TypeScript</h1>
144
</div>
155
</template>
166

@@ -23,4 +13,4 @@
2313
console.log('Component mounted.')
2414
}
2515
}
26-
</script>
16+
</script>

0 commit comments

Comments
 (0)