mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update ImportPage.vue
This commit is contained in:
parent
3e74055cda
commit
c3697c955f
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="text-center">
|
<div>
|
||||||
<form>
|
<form>
|
||||||
<div>
|
<div>
|
||||||
<input ref="fileSelector" type="file" @change="fileChange" />
|
<input ref="fileSelector" type="file" @change="fileChange" />
|
||||||
|
@ -7,8 +7,9 @@
|
||||||
<div>
|
<div>
|
||||||
<strong v-text="`Selected Subscriptions: ${selectedSubscriptions}`" />
|
<strong v-text="`Selected Subscriptions: ${selectedSubscriptions}`" />
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div efy_select>
|
||||||
<strong>Override: <input v-model="override" class="checkbox" type="checkbox" /></strong>
|
<input v-model="override" id="import-override" type="checkbox" />
|
||||||
|
<label for="import-override">Override</label>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a class="btn w-auto" @click="handleImport">Import</a>
|
<a class="btn w-auto" @click="handleImport">Import</a>
|
||||||
|
|
Loading…
Reference in a new issue