Skip to content

Commit 6c662bf

Browse files
committed
fix: update caniuse, and fix defineExpose warning
1 parent 9e1740d commit 6c662bf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

adminforth/documentation/blog/2024-10-01-ai-blog/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ nvm use 20
4040
## Step 1: Create a new AdminForth project
4141

4242
```bash
43-
npx adminforth create-app ai-blog
43+
npx adminforth create-app --app-name ai-blog
4444
```
4545

4646
Add modules:

adminforth/spa/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adminforth/spa/src/afcl/Dropzone.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<script setup lang="ts">
5151
import { humanifySize } from '@/utils';
52-
import { ref, defineExpose, type Ref } from 'vue';
52+
import { ref, type Ref } from 'vue';
5353
import { IconFileSolid } from '@iconify-prerendered/vue-flowbite';
5454
import { watch } from 'vue';
5555
import adminforth from '@/adminforth';

0 commit comments

Comments
 (0)