Skip to content

Commit d07bdd7

Browse files
committed
Update main.js
1 parent d4d1b79 commit d07bdd7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

main.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ const app = createApp({
66
name: "Vue developer",
77
};
88
},
9-
template: "<p>Hello, {{ name }}!</p>",
9+
template: `
10+
<a href="https://github.com/MichaelCurrin/vue-frontend-quickstart"><img src="https://img.shields.io/static/v1?label=MichaelCurrin&amp;message=vue-frontend-quickstart&amp;color=blue&amp;logo=github" alt="MichaelCurrin - vue-frontend-quickstart"></a>
11+
12+
<p>Hello, {{ name }}!</p>
13+
`,
1014
});
1115

12-
app.mount("#main");
16+
app.mount("#app");

0 commit comments

Comments
 (0)