mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 01:17:23 +08:00
chore: update
This commit is contained in:
parent
9ab851d882
commit
9df28b35aa
@ -78,7 +78,7 @@
|
|||||||
"path": "^0.12.7",
|
"path": "^0.12.7",
|
||||||
"pinia": "^2.1.7",
|
"pinia": "^2.1.7",
|
||||||
"pinyin-pro": "^3.19.6",
|
"pinyin-pro": "^3.19.6",
|
||||||
"plus-pro-components": "^0.0.4",
|
"plus-pro-components": "^0.0.5",
|
||||||
"qrcode": "^1.5.3",
|
"qrcode": "^1.5.3",
|
||||||
"qs": "^6.12.0",
|
"qs": "^6.12.0",
|
||||||
"responsive-storage": "^2.2.0",
|
"responsive-storage": "^2.2.0",
|
||||||
|
519
pnpm-lock.yaml
generated
519
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref } from "vue";
|
import { ref } from "vue";
|
||||||
// https://plus-pro-components.com/components/dialog-form.html
|
// https://plus-pro-components.com/components/dialog-form.html
|
||||||
import "plus-pro-components/es/components/form/style/css";
|
import "plus-pro-components/es/components/dialog-form/style/css";
|
||||||
import {
|
import {
|
||||||
type PlusColumn,
|
type PlusColumn,
|
||||||
type FieldValues,
|
type FieldValues,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref } from "vue";
|
import { ref } from "vue";
|
||||||
// https://plus-pro-components.com/components/drawer-form.html
|
// https://plus-pro-components.com/components/drawer-form.html
|
||||||
import "plus-pro-components/es/components/form/style/css";
|
import "plus-pro-components/es/components/drawer-form/style/css";
|
||||||
import {
|
import {
|
||||||
type PlusColumn,
|
type PlusColumn,
|
||||||
type FieldValues,
|
type FieldValues,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref } from "vue";
|
import { ref } from "vue";
|
||||||
// https://plus-pro-components.com/components/search.html
|
// https://plus-pro-components.com/components/search.html
|
||||||
import "plus-pro-components/es/components/form/style/css";
|
import "plus-pro-components/es/components/search/style/css";
|
||||||
import { type PlusColumn, PlusSearch } from "plus-pro-components";
|
import { type PlusColumn, PlusSearch } from "plus-pro-components";
|
||||||
|
|
||||||
const state = ref({
|
const state = ref({
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref } from "vue";
|
import { ref } from "vue";
|
||||||
// https://plus-pro-components.com/components/steps-form.html
|
// https://plus-pro-components.com/components/steps-form.html
|
||||||
import "plus-pro-components/es/components/form/style/css";
|
import "plus-pro-components/es/components/steps-form/style/css";
|
||||||
import { PlusStepsForm } from "plus-pro-components";
|
import { PlusStepsForm } from "plus-pro-components";
|
||||||
|
|
||||||
const stepForm = ref([
|
const stepForm = ref([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user