Plugin Vue | |
Introduced in Tiki21, this wiki plugin allows you to add a Vue.js
|
Parameters | |
Plugin PluginTikiDocFromCode failed : Either the module, plugin, preferences, tracker field or prefsexport parameter must be set, but not two or more. |
Notes | |
'Prerequisites':
Once you’ve grasped the basics, you’ll find it easier to build and integrate Vue.js components into your Tiki site. |
Examples | |
This section provides a walkthrough for building and integrating Vue.js components using the PluginVue. |
Example 1: Simple Counter Component | |
A simple example to help you get started with Vue.js 3. This counter demonstrates reactivity by incrementing a number when a button is clicked. Using the Composition API Copy to clipboard
Plugin Image The "id" parameter is not allowed unless "file_galleries_redirect_from_image_gallery" preference is enabled.
Copy to clipboard
|
Example 2: TODO App (bootstrap themed) | |
A more advanced example that demonstrates state management, event handling, and dynamic rendering with Vue.js. This application allows users to add, complete, and delete tasks. Using the Composition API Copy to clipboard
Plugin Image The "id" parameter is not allowed unless "file_galleries_redirect_from_image_gallery" preference is enabled.
|
Resources | |