python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Vuejs - $slots have 'el' is null
WHen I access Vuejs $slots instance I get el = null but type = "div"
template:
<slot name="head">
<h1>
{{ text }}
</h1>
</slot>
script
...
Rajish Madhavaditya
Votes: 0
Answers: 1
vue-formulate group custom remove not working
I have a piece of code that use Vue-Formulate with group feature and I try to implement custom button to remove nested items;
<FormulateInput
type="group"
:name="field.name"...
bensiu
Votes: 0
Answers: 1
Vue 3 Transition component with <slot> child throws an error
I've created a custom component that allows me to apply a fading transition without writing always the <transition> component:
<transition
mode="out-in"
enter-ac...
alex3025
Votes: 0
Answers: 1
Why transition does not work in my Vue components?
I am building a Vue app. I have two components that are related to each other. One of them is called loginRegister.vue and the code of that is here:
loginRegister.vue:
<template>
<BaseM...
hamid-davodi
Votes: 0
Answers: 1