This commit is contained in:
Yuanjianghong 2021-08-09 18:14:22 +08:00
parent 71704a0060
commit dbf5f6678a
1 changed files with 12 additions and 0 deletions

View File

@ -1,9 +1,21 @@
<template> <template>
<div id="app"> <div id="app">
<el-button type="success">成功</el-button> <el-button type="success">成功</el-button>
<hello-world></hello-world>
</div> </div>
</template> </template>
<script>
import HelloWorld from '@/components/HelloWorld.vue'
export default {
name: 'Home',
components: {
HelloWorld
}
}
</script>
<style> <style>
#app { #app {
font-family: Avenir, Helvetica, Arial, sans-serif; font-family: Avenir, Helvetica, Arial, sans-serif;