File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
src/components/NcAppContent Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import ArrowLeft from 'vue-material-design-icons/ArrowLeft.vue'
2727import NcButton from ' ../NcButton/index.js'
2828
2929export default {
30- name: ' NcAppDetailsToggle ' ,
30+ name: ' NcAppContentDetailsToggle ' ,
3131
3232 components: {
3333 ArrowRight,
Original file line number Diff line number Diff line change @@ -217,7 +217,8 @@ module.exports = async () => {
217217 {
218218 name : 'App containers' ,
219219 components : [
220- 'src/components/NcContent/*.vue' ,
220+ 'src/components/NcAppContent/NcAppContent.vue' ,
221+ 'src/components/NcContent/NcContent.vue' ,
221222 ] ,
222223 sections : [
223224 {
@@ -230,12 +231,6 @@ module.exports = async () => {
230231 'src/components/NcAppNavigationItem/NcInputConfirmCancel.vue' ,
231232 ] ,
232233 } ,
233- {
234- name : 'NcAppContent' ,
235- components : [
236- 'src/components/NcAppContent*/*.vue' ,
237- ] ,
238- } ,
239234 {
240235 name : 'NcAppSidebar' ,
241236 components : [
You can’t perform that action at this time.
0 commit comments