Diogo ferreira

Results 3 comments of Diogo ferreira

> Você pode confirmar qual versão do multiselect você está usando? Apenas a versão 3 suporta Vue 3 npm install vue-multiselect@next "vue-multiselect": "^3.0.0-alpha.2",

![image](https://user-images.githubusercontent.com/33474923/211220070-b7a90bc1-635c-463f-9502-b53585302410.png) Making some tweaks changed the error.

@fabriciojs docker-compose.yml ``` version: "3.7" services: api: container_name: api image: kooldev/php:7.4-nginx ports: - ${API_PORT:-60}:80 environment: ASUSER: ${KOOL_ASUSER:-0} UID: ${UID:-0} PHP_MEMORY_LIMIT: "-1" PHP_MAX_EXECUTION_TIME: "300" volumes: - ./app:/app:delegated networks: - kool_global -...