mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +08:00
chore: update dependencies
This commit is contained in:
@@ -6,7 +6,7 @@ defineOptions({
|
||||
name: "Menu1-1"
|
||||
});
|
||||
|
||||
let input = ref("");
|
||||
const input = ref("");
|
||||
const { t } = useI18n();
|
||||
</script>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ defineOptions({
|
||||
name: "Menu1-2-1"
|
||||
});
|
||||
|
||||
let input = ref("");
|
||||
const input = ref("");
|
||||
const { t } = useI18n();
|
||||
</script>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ defineOptions({
|
||||
name: "Menu1-2-2"
|
||||
});
|
||||
|
||||
let input = ref("");
|
||||
const input = ref("");
|
||||
const { t } = useI18n();
|
||||
</script>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ defineOptions({
|
||||
name: "Menu1-3"
|
||||
});
|
||||
|
||||
let input = ref("");
|
||||
const input = ref("");
|
||||
const { t } = useI18n();
|
||||
</script>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ defineOptions({
|
||||
name: "Menu2"
|
||||
});
|
||||
|
||||
let input = ref("");
|
||||
const input = ref("");
|
||||
const { t } = useI18n();
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user