Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 3c27a12

Browse files
committed
Fixed alert component name
1 parent 5832c31 commit 3c27a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Alert/main.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<script>
1313
export default {
14-
name: 'MlAlert',
14+
name: 'VAlert',
1515
props: {
1616
title: {
1717
type: String,

0 commit comments

Comments
 (0)