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 d4d1b79 commit d07bdd7Copy full SHA for d07bdd7
main.js
@@ -6,7 +6,11 @@ const app = createApp({
6
name: "Vue developer",
7
};
8
},
9
- template: "<p>Hello, {{ name }}!</p>",
+ template: `
10
+ <a href="https://github.com/MichaelCurrin/vue-frontend-quickstart"><img src="https://img.shields.io/static/v1?label=MichaelCurrin&message=vue-frontend-quickstart&color=blue&logo=github" alt="MichaelCurrin - vue-frontend-quickstart"></a>
11
+
12
+ <p>Hello, {{ name }}!</p>
13
+ `,
14
});
15
-app.mount("#main");
16
+app.mount("#app");
0 commit comments