Skip to content

Commit 152b5bb

Browse files
committed
Cleanup.
1 parent a42bba4 commit 152b5bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/documentation/index.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,9 @@
14711471

14721472
ssh-pre(language="js" label="Javascript").
14731473
// In your component's data.
1474-
// If using `${process.env.BASE_URL}` your images must be in the `public` folder.
1474+
// If using `{{ 'process.env' }}.BASE_URL` (for Vue CLI),
1475+
// or `{{ 'import.meta.env' }}.BASE_URL` (for Vite),
1476+
// your images must be in the `public` folder.
14751477
slides: [
14761478
{
14771479
title: 'Blossoming flower',

0 commit comments

Comments
 (0)