Ji Qu
3 år sedan
committed by
GitHub
förälder
incheckning
659ad35a54
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med
2 tillägg och
2 borttagningar
-
pinry-spa/src/components/pin_edit/PinCreateModal.vue
|
|
@@ -24,7 +24,7 @@ |
|
|
|
type="text" |
|
|
|
v-model="pinModel.form.url.value" |
|
|
|
placeholder="where to fetch the image" |
|
|
|
maxlength="256" |
|
|
|
maxlength="2048" |
|
|
|
> |
|
|
|
</b-input> |
|
|
|
</b-field> |
|
|
@@ -42,7 +42,7 @@ |
|
|
|
type="text" |
|
|
|
v-model="pinModel.form.referer.value" |
|
|
|
placeholder="where to find the pin" |
|
|
|
maxlength="256" |
|
|
|
maxlength="2048" |
|
|
|
> |
|
|
|
</b-input> |
|
|
|
</b-field> |
|
|
|