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 0eaa082 commit 7a7c823Copy full SHA for 7a7c823
src/components/Home.vue
@@ -35,6 +35,7 @@
35
Some of the projects I have successfully completed
36
</p>
37
</div>
38
+
39
<div class="w-full sm:grid sm:grid-cols-3 mt-10 sm:gap-10">
40
<a
41
href="#"
@@ -130,12 +131,16 @@ export default {
130
131
props: {
132
msg: String,
133
},
134
+ data: () => {
135
+ return {};
136
+ },
137
mounted() {
138
feather.replace();
139
140
updated() {
141
142
143
+ methods: {},
144
};
145
</script>
146
0 commit comments