mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-24 02:40:45 +08:00
@@ -317,7 +317,7 @@ export default class AddForm extends Vue {
|
||||
this.files = files;
|
||||
}
|
||||
|
||||
@Watch('pasteUrl')
|
||||
@Watch('pasteUrl', {immediate: true})
|
||||
onPasteUrl(v: string) {
|
||||
if (!v) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user