Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit 794df92

Browse files
authored
fix: incorrect image path, closes #84
1 parent 834d763 commit 794df92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/app/components/Counter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Label :text="message" alignSelf="baseline" class="h2"/>
1313
<Button @tap="increment" text="+" class="btn btn-outline"/>
1414
</FlexboxLayout>
15-
<Image v-if="surprise" src="~/images/NativeScript-Vue.png"/>
15+
<Image v-if="surprise" src="~/assets/images/NativeScript-Vue.png"/>
1616
</StackLayout>
1717

1818
</Page>

0 commit comments

Comments
 (0)