Skip to content

Commit f45a002

Browse files
author
Walker Leite
committed
fix(App): only dispatch on extended
1 parent 3ed71f8 commit f45a002

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template/client/App.vue

+2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ export default {
1313
hello: 'Hello World!',
1414
}),
1515
{{/unless}}
16+
{{#extended}}
1617
created() {
1718
// Boot Application
1819
this.$store.dispatch('async/syncLoopback');
1920
}
21+
{{/extended}}
2022
}
2123
</script>
2224

0 commit comments

Comments
 (0)