Compare commits
No commits in common. "85baf1d950724d3b2a81ccfe2d1d6c7228713818" and "150cd1c4d0f29e57ea15d6f8f1fa072069277c30" have entirely different histories.
85baf1d950
...
150cd1c4d0
@ -4,21 +4,17 @@
|
|||||||
<my-add></my-add>
|
<my-add></my-add>
|
||||||
<p>-----------------------------------------</p>
|
<p>-----------------------------------------</p>
|
||||||
<my-sub></my-sub>
|
<my-sub></my-sub>
|
||||||
<p>-----------------------------------------</p>
|
|
||||||
<box></box>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import add from './components/add.vue'
|
import add from './components/add.vue'
|
||||||
import sub from "./components/sub.vue"
|
import sub from "./components/sub.vue"
|
||||||
import box from './components/box.vue'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components:{
|
components:{
|
||||||
"my-add":add,
|
"my-add":add,
|
||||||
"my-sub":sub,
|
"my-sub":sub
|
||||||
box
|
|
||||||
},
|
},
|
||||||
data(){
|
data(){
|
||||||
return{
|
return{
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div>
|
|
||||||
这是box组件
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
|
|
||||||
export default {
|
|
||||||
data(){
|
|
||||||
return{ }
|
|
||||||
},
|
|
||||||
methods:{
|
|
||||||
|
|
||||||
},
|
|
||||||
computed:{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
Loading…
x
Reference in New Issue
Block a user