ceshi
This commit is contained in:
parent
71704a0060
commit
dbf5f6678a
12
src/App.vue
12
src/App.vue
|
@ -1,9 +1,21 @@
|
|||
<template>
|
||||
<div id="app">
|
||||
<el-button type="success">成功</el-button>
|
||||
<hello-world></hello-world>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import HelloWorld from '@/components/HelloWorld.vue'
|
||||
|
||||
export default {
|
||||
name: 'Home',
|
||||
components: {
|
||||
HelloWorld
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
#app {
|
||||
font-family: Avenir, Helvetica, Arial, sans-serif;
|
||||
|
|
Loading…
Reference in New Issue