|
|
@ -19,12 +19,7 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import HiddenInput from "../HiddenInput.vue";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
components: {
|
|
|
|
|
|
|
|
HiddenInput,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
mounted() {
|
|
|
|
mounted() {
|
|
|
|
if (typeof this.$parent.notification.ntfyPriority === "undefined") {
|
|
|
|
if (typeof this.$parent.notification.ntfyPriority === "undefined") {
|
|
|
|
this.$parent.notification.ntfyPriority = 4;
|
|
|
|
this.$parent.notification.ntfyPriority = 4;
|
|
|
|