mirror of
https://github.com/frappe/books.git
synced 2025-02-14 17:56:34 +00:00
Move ListAndForm to pages
This commit is contained in:
parent
a5766b7516
commit
2827c97134
@ -9,8 +9,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import List from './List/List';
|
import List from '@/components/List/List';
|
||||||
import Form from './Form/Form';
|
import Form from '@/components/Form/Form';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
props: ['doctype', 'name', 'filters'],
|
props: ['doctype', 'name', 'filters'],
|
@ -1,6 +1,6 @@
|
|||||||
import Vue from 'vue'
|
import Vue from 'vue'
|
||||||
import Router from 'vue-router'
|
import Router from 'vue-router'
|
||||||
import ListAndForm from '@/components/ListAndForm'
|
import ListAndForm from '@/pages/ListAndForm'
|
||||||
import SetupWizard from '@/pages/SetupWizard/SetupWizard'
|
import SetupWizard from '@/pages/SetupWizard/SetupWizard'
|
||||||
import Report from '@/components/Report'
|
import Report from '@/components/Report'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user