mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
#63 update slot syntax
This commit is contained in:
@@ -16,13 +16,13 @@
|
|||||||
open-direction="bottom"
|
open-direction="bottom"
|
||||||
placeholder=""
|
placeholder=""
|
||||||
>
|
>
|
||||||
<template slot="maxElements">
|
<template #maxElements>
|
||||||
<span class="no-results">No Results</span>
|
<span class="no-results">No Results</span>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template slot="placeholder">Choose columns</template>
|
<template #placeholder>Choose columns</template>
|
||||||
|
|
||||||
<template slot="noResult">
|
<template #noResult>
|
||||||
<span class="no-results">No Results</span>
|
<span class="no-results">No Results</span>
|
||||||
</template>
|
</template>
|
||||||
</multiselect>
|
</multiselect>
|
||||||
@@ -45,13 +45,13 @@
|
|||||||
open-direction="bottom"
|
open-direction="bottom"
|
||||||
placeholder=""
|
placeholder=""
|
||||||
>
|
>
|
||||||
<template slot="maxElements">
|
<template #maxElements>
|
||||||
<span class="no-results">No Results</span>
|
<span class="no-results">No Results</span>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template slot="placeholder">Choose rows</template>
|
<template #placeholder>Choose rows</template>
|
||||||
|
|
||||||
<template slot="noResult">
|
<template #noResult>
|
||||||
<span class="no-results">No Results</span>
|
<span class="no-results">No Results</span>
|
||||||
</template>
|
</template>
|
||||||
</multiselect>
|
</multiselect>
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
open-direction="bottom"
|
open-direction="bottom"
|
||||||
placeholder="Choose a function"
|
placeholder="Choose a function"
|
||||||
>
|
>
|
||||||
<template slot="noResult">
|
<template #noResult>
|
||||||
<span class="no-results">No Results</span>
|
<span class="no-results">No Results</span>
|
||||||
</template>
|
</template>
|
||||||
</multiselect>
|
</multiselect>
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
open-direction="bottom"
|
open-direction="bottom"
|
||||||
placeholder="Choose a view"
|
placeholder="Choose a view"
|
||||||
>
|
>
|
||||||
<template slot="noResult">
|
<template #noResult>
|
||||||
<span class="no-results">No Results</span>
|
<span class="no-results">No Results</span>
|
||||||
</template>
|
</template>
|
||||||
</multiselect>
|
</multiselect>
|
||||||
|
|||||||
Reference in New Issue
Block a user