This commit is contained in:
@@ -46,6 +46,10 @@ import Container from './components/container'
|
||||
Vue.component('Container', Container)
|
||||
import Authorized from './components/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>
|
||||
</template>
|
||||
<script>
|
||||
import YoTable from '@/components/yoTable';
|
||||
import YoTableActions from '@/components/yoTableActions';
|
||||
|
||||
import AddForm from './addForm';
|
||||
import EditForm from './editForm';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
YoTable,
|
||||
YoTableActions,
|
||||
AddForm,
|
||||
EditForm,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user