Skip to content

Commit

Permalink
4е занятие - 5я задача - поправил имена
Browse files Browse the repository at this point in the history
  • Loading branch information
Vombat committed Dec 26, 2024
1 parent b4e47a4 commit 2a11b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineComponent } from 'vue'

export default defineComponent({
name: 'WeatherCard',
name: 'WeatherCardAlert',

props: {
alert: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function pressureConvert(pressure) {
}

export default defineComponent({
name: 'WeatherCard',
name: 'WeatherCardDetails',

props: {
clouds: {
Expand Down

0 comments on commit 2a11b27

Please sign in to comment.