Skip to content

Commit 52405e8

Browse files
add important notice
1 parent 9f6740b commit 52405e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Important Notice: vue-fullpage.js will soon support Vue 3. This branch is for development and should not be used in production.
12
# Vue-fullpage.js
23
![preview](https://alvarotrigo.com/fullPage/vue-fullpage/imgs/vue-fullpage-wrapper.png)
34
<p align="center">
@@ -323,7 +324,7 @@ Now inside your `nuxt.config.js`, define your fullpage plugin file inside the `p
323324
{ src: '~/plugins/fullpage', mode: 'client' }
324325
],
325326
```
326-
Note the `mode: 'client'` option. Not adding this option will cause errors during render time. This option means Nuxt will not render fullpage on the server, rather skip it and run it in the Browser.
327+
Note the `mode: 'client'` option. Not adding this option will cause errors during render time. This option means Nuxt will not render fullpage on the server, rather skip it and run it in the Browser.
327328

328329
Opening the browser you will see Fullpage is working.
329330

0 commit comments

Comments
 (0)