This commit is contained in:
jxxghp
2023-10-19 17:06:05 +08:00
parent 7f991da183
commit d73e4853a8
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "moviepilot",
"version": "1.3.4-3",
"version": "1.3.5",
"private": true,
"bin": "dist/service.js",
"scripts": {

View File

@@ -1,4 +1,5 @@
<script setup lang="ts">
import NoDataFound from '@/components/NoDataFound.vue'
import api from '@/api'
import type { Context } from '@/api/types'
import store from '@/store'