updated folder structure
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
|
||||
|
||||
<body>
|
||||
<div id="app">
|
||||
<maaike></maaike>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
Vue.component("maaike", {
|
||||
template: "<p>Maaike says: good job!</p>",
|
||||
});
|
||||
|
||||
new Vue({ el: "#app" });
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user