This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This snippet allow recurive loading of parent .envrc files | |
# To put in your: ~/.config/direnv/direnvrc | |
# Direnv Recursive mode | |
# ========================= | |
# Disable existing source_up commands | |
source_up () | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div> | |
<v-combobox | |
v-model="selectedSync" | |
:items="[...selectedSync, ...itemsSync]" | |
multiple | |
item-text="text" | |
item-value="value" | |
return-object | |
> |