.
This commit is contained in:
parent
191c02af1e
commit
4c2764c747
19 changed files with 2605 additions and 95 deletions
8
src/App.js
Normal file
8
src/App.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import Hello from './components/hello/Hello'
|
||||
|
||||
export default {
|
||||
name: 'app',
|
||||
components: {
|
||||
Hello
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue