Skip to content
Snippets Groups Projects

Update master

6 files
+ 135
4
Compare changes
  • Side-by-side
  • Inline

Files

import About from '@/components/About/About';
// @vue/component
export default {
name: 'About',
components: {
About,
},
/**
* Generate the data for this component.
*
* @returns {Object} Data for the Dashboard component.
*/
data() {
return {};
},
computed: {
},
methods: {
},
};
Loading