=ArrayFormula(
if(
len(A2:A),
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
| <script lang="ts"> | |
| import { useNavigable } from 'path/to/useNavigable' | |
| export default { | |
| setup () { | |
| const myImages = [...] | |
| const { location, next, previous } = useNavigable(myImages) | |
| return { |
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> | |
| <v-input | |
| v-slot="{ error }" | |
| :min="5" | |
| :max="10" | |
| :value="username" | |
| :validation-algorthm | |
| > | |
| <input v-model="username" /> | |
| <div v-if="error" class="error"> |
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
| # Created by .ignore support plugin (hsz.mobi) | |
| ### Node template | |
| # Logs | |
| logs | |
| *.log | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Runtime data |
NewerOlder