Mihailo Bursac
Mihailo Bursac
Hi, portal-vue v2.1.6 vue 2.6.10 webpack 4.41.0 when i import it i can see in my vendors file that common version is used /***/ "./node_modules/portal-vue/dist/portal-vue.common.js": /*!***********************************************************!*\ !*** ./node_modules/portal-vue/dist/portal-vue.common.js ***! \***********************************************************/...
is it possible to initialize drag events on multiple selected elements from same group, lets say somehow reference the elements that are selected via ctrl + click as elements that...
this is more of a question and less so an issue.. when specifying static placeholder image from public folder as a placeholder the html that is generated has that image...
### Details is it possible to use multiple schema orgs .. i have this usecase ``` const schemaOrgDefinition: any = { '@type': 'NewsArticle', ...restOfMySchema } useSchemaOrg([defineArticle(schemaOrgDefinition)]) if (isLiveNews) { schemaOrgDefinition['@type']...