core: publish beta

This commit is contained in:
Koushik Dutta
2022-12-02 07:39:51 -08:00
parent 5f0c9dc94e
commit ea3c159ffa
6 changed files with 114 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
<template>
<v-autocomplete :small-chips="multiple" v-model="lazyValue" :items="devices" item-value="id" outlined :multiple="multiple"
<v-autocomplete dense :small-chips="multiple" v-model="lazyValue" :items="devices" item-value="id" outlined :multiple="multiple"
:label="title" :hint="description" persistent-hint @change="onInput">
<template v-slot:append-outer>
<slot name="append-outer"></slot>