nextcloud-libraries/nextcloud-vue

NcAppContent: `appName` replaced with `@nextcloud/vue`

Opened this issue · 1 comments

susnux commented

I guess this code here was intended to use the app's name and not @nextcloud/vue?

https://github.com/nextcloud/nextcloud-vue/blob/8e0ac73954f1df69225f3b16dd93b0190977bb9a/src/components/NcAppContent/NcAppContent.vue#L236

Looks like this:

try{return"pane-list-size-".concat("@nextcloud/vue")}

cc @ChristophWurst

Added with 33977e5