python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Vue 3 Web Component - How to use globalProperties
I can't figure out how to use globalProperties on a web component.
My main.js looks like this:
import { defineCustomElement } from 'vue'
import axios from 'axios'
import VueAxios from 'vue-axios'
impo...

Tobi360
Votes: 0
Answers: 2
Angular elements | Create separated build for each component
I have a regular Angular project and I want to convert it in an Angular elements project.
My main goal is to have separated build files for each component/element.
login/main.js
header/main.js
footer...
Vítor Rodrigues
Votes: 0
Answers: 0
How can I make an iframe available to a form target attribute inside shadowRoot?
I am having a situation where I have to submit a form to populate an iframe.
<form action="" target="iframe_name" method="Post">
</form>
<iframe id="i...
WarrenG
Votes: 0
Answers: 0
Using stencil-router on gh-pages
I'm trying to deploy a stencil SPA on gh-pages, but I can't get the router to cooperate. I am setting root on stencil-router, but it's not loading any of my routes. It's working perfectly fine when I ...
posit labs
Votes: 0
Answers: 2