From 559089e01444a8d5a40e6bfe01eebacad4e2d6a8 Mon Sep 17 00:00:00 2001 From: Romain Lamothe Date: Thu, 4 Jan 2024 15:31:32 +0100 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fc763c..ecd97d9 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ For the list of props, data and styling variables: **:blue_book: read the [API]( - **Page splitting doesn't work with Vue page templates**: This library cannot act on the content managed by Vue (like .vue page templates), because then Vue is lost and the template pages are no longer interactive. The only choice you have is writing plain HTML in the content instead of using .vue templates. You can do interactivity by using HTML elements with the attributes `contenteditable="false"` and `onclick="..."` containing your own JavaScript code. ## Project development -- `npm run serve` compiles and hot-reloads demo for development +- `npm run serve` compiles, serves and hot-reloads demo for development - `npm run build` compiles and minifies production files and demo ## Licensing