init
init
This commit is contained in:
parent
5762337416
commit
7fa943eb39
128 changed files with 51042 additions and 1 deletions
34
local/routers/layout.vue
Normal file
34
local/routers/layout.vue
Normal file
|
@ -0,0 +1,34 @@
|
|||
<template>
|
||||
<Row>
|
||||
<i-col span="4">
|
||||
我在左边
|
||||
</i-col>
|
||||
<i-col span="20">
|
||||
我在右边
|
||||
</i-col>
|
||||
</Row>
|
||||
</template>
|
||||
<script>
|
||||
import { Row, Col } from 'iview';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Row,
|
||||
iCol: Col
|
||||
},
|
||||
props: {
|
||||
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue