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 979a9a5 commit 372c2ddCopy full SHA for 372c2dd
examples/vite/src/App.vue
@@ -11,6 +11,7 @@ function counter() {
11
12
<template>
13
<div>Im testing</div>
14
+ <img src="./assets/aaa.jpg" width="100" height="100" alt="logo" />
15
<button type="button" @click="counter">count1 is {{ count }}</button>
16
<HelloWorld />
17
</template>
0 commit comments