Skip to content

Commit 16f911c

Browse files
committed
readme tweak
1 parent 9edbc69 commit 16f911c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md readme.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,12 @@ MIT. Please see the [license file](license.md) for more information.
6060

6161
#### Include layout in Vue page view
6262

63-
```import Layout from '../../../../../adaptcms/base/ui/layouts/layout'``
63+
```import Layout from '@/Adaptcms/Base/ui/layouts/AdminLayout'``
64+
65+
or
66+
67+
```import Layout from '@/Adaptcms/Site/ui/layouts/layout'```
68+
69+
and
70+
6471
```layout: (h, page) => h(Layout, [ page ]),```

0 commit comments

Comments
 (0)