test
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<div class="q-pa-md">
|
||||
<q-uploader
|
||||
:on-finish="uploadFinished"
|
||||
v-on:finish="uploadFinished"
|
||||
style="max-width: 400px"
|
||||
:url="uploadUrl"
|
||||
:label="title"
|
||||
accept=".csv,.xlsx"
|
||||
:on-rejected="onRejected"
|
||||
v-on:rejected="onRejected"
|
||||
field-name="file"
|
||||
></q-uploader>
|
||||
</div>
|
||||
@@ -48,6 +48,7 @@
|
||||
message: 'ファイルの読込が完了しました。'
|
||||
})
|
||||
}
|
||||
|
||||
interface Props {
|
||||
title: string;
|
||||
uploadUrl:string;
|
||||
|
||||
Reference in New Issue
Block a user