Skip to content

Commit ac65e8c

Browse files
committed
fixes
1 parent b5d2cd0 commit ac65e8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Gallery.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default {
135135
sidebar
136136
},
137137
name: 'Gallery',
138-
onMmounted() {
138+
mounted() {
139139
this.getPhotos();
140140
},
141141
methods: {

src/components/ToolboxEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default {
106106
category_dialog: null,
107107
category_index: null
108108
}),
109-
mmounted() {
109+
mounted() {
110110
// i18n toolbox categories
111111
toolbox_full.contents.forEach((item) => {
112112
if (item.name.startsWith('message.')) {

0 commit comments

Comments
 (0)