mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
frontend v1.0.2
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "moviepilot",
|
"name": "moviepilot",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ const resourceTotalItems = ref(0)
|
|||||||
const resourceItemsPerPage = ref(25)
|
const resourceItemsPerPage = ref(25)
|
||||||
|
|
||||||
// 当前页码
|
// 当前页码
|
||||||
const resourceCurrentPage = ref(1)
|
const resourceCurrentPage = ref(0)
|
||||||
|
|
||||||
// 用户名密码表单
|
// 用户名密码表单
|
||||||
const userPwForm = ref({
|
const userPwForm = ref({
|
||||||
|
|||||||
Reference in New Issue
Block a user