-
I would like to discuss the possibility of using custom elements without requiring the custom element registry.
## Overview
Allowing a custom element to be used without a custom element registr…
-
-
-
When adding a button with a click handler to the login overlay's footer or custom form area, then the handler is never called when clicking the button:
```tsx
console.log('click')}>…
-
Hi,
I am getting:
`npx sveld --json --markdown
The 'tag' option is used when generating a custom element. Did you forget the 'customElement: true' compile option?
.[..]/node_modules/rollup/dis…
-
I had an issue with this config
```
data () {
return {
valid: false,
success: false,
loading: true,
message: "",
…
-
`[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.`
in main.js
`// The Vue build version to load …
ghost updated
3 years ago
-
### Summary
Appending modal backdrop to the custom element instead of default body tag
### Detailed Description
On the modal element, you could define `data-hs-backdrop-container="#customElem…
-
## Prerequisites
- [x] I have searched for similar features requests in both open and closed tickets and cannot find a duplicate.
- [x] The feature is still missing in the latest stable vers…
-
Hi,
I have an error when I want create a list.
I import component in my js :
~~~JavaScript
import VueVirtualScroller from 'vue-virtual-scroller';
Vue.component('RecycleScroller', VueVirtual…