We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d2cd0 commit ac65e8cCopy full SHA for ac65e8c
src/components/Gallery.vue
@@ -135,7 +135,7 @@ export default {
135
sidebar
136
},
137
name: 'Gallery',
138
- onMmounted() {
+ mounted() {
139
this.getPhotos();
140
141
methods: {
src/components/ToolboxEditor.vue
@@ -106,7 +106,7 @@ export default {
106
category_dialog: null,
107
category_index: null
108
}),
109
- mmounted() {
110
// i18n toolbox categories
111
toolbox_full.contents.forEach((item) => {
112
if (item.name.startsWith('message.')) {
0 commit comments