@@ -13,7 +13,7 @@ export default {
metaInfo() {
return { title: this.$route.meta.title };
},
- name: "index",
+ name: 'index',
props: {},
components: {},
data: function() {
@@ -22,7 +22,7 @@ export default {
created() {},
methods: {},
computed: {},
- watch: {}
+ watch: {},
};
</script>