This commit is contained in:
@@ -46,6 +46,10 @@ import Container from './components/container'
|
|||||||
Vue.component('Container', Container)
|
Vue.component('Container', Container)
|
||||||
import Authorized from './components/authorized'
|
import Authorized from './components/authorized'
|
||||||
Vue.component('Auth', Authorized)
|
Vue.component('Auth', Authorized)
|
||||||
|
import YoTable from './components/yoTable'
|
||||||
|
Vue.component('YoTable', YoTable)
|
||||||
|
import YoTableActions from './components/yoTableActions'
|
||||||
|
Vue.component('YoTableActions', YoTableActions)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 引入主题样式
|
* 引入主题样式
|
||||||
|
|||||||
@@ -63,16 +63,11 @@
|
|||||||
</container>
|
</container>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import YoTable from '@/components/yoTable';
|
|
||||||
import YoTableActions from '@/components/yoTableActions';
|
|
||||||
|
|
||||||
import AddForm from './addForm';
|
import AddForm from './addForm';
|
||||||
import EditForm from './editForm';
|
import EditForm from './editForm';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
YoTable,
|
|
||||||
YoTableActions,
|
|
||||||
AddForm,
|
AddForm,
|
||||||
EditForm,
|
EditForm,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user