Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

206
Vistas
Vue 3 with bootstrap-vue-3 Table selection

I'm trying to use Vue 3 with bootstrap-vue-3 because bootstrap-vue is not working with vue 3.

I want to create selectable table but selection is not working. Even this example from documentation is not working. https://bootstrap-vue.org/docs/components/table#row-select-support

It just does not select any row and hook on row selection is not invoking.

Maybe someone knows how to fix it?

Here is app config

import { createApp } from 'vue'
import { createPinia } from 'pinia'
import BootstrapVue from "bootstrap-vue-3";

import App from './App.vue'
import router from './router'

import "bootstrap/dist/css/bootstrap.css";
import "bootstrap-vue/dist/bootstrap-vue.css";

const app = createApp(App);

app.use(createPinia());
app.use(router);
app.use(BootstrapVue);
app.mount('#app');```
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda