mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-18 05:58:04 +00:00
Add sample support, re-organize repo
This commit is contained in:
15
src/views/HomeView.vue
Normal file
15
src/views/HomeView.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<Noise />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Noise from '../components/Noise'
|
||||
|
||||
export default {
|
||||
name: 'HomeView',
|
||||
|
||||
components: {
|
||||
Noise
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user