Loading...
 
Skip to main content

History: PluginVue

Preview of version: 2

Plugin Vue

Introduced in Tiki21, this wiki plugin allows you to add a Vue.js component

Parameters

Tiki Doc From Code error: vue not found

Example

This code:

Copy to clipboard
{VUE(app="y" name="AppTest")} <script> export default { data() { return { greeting: 'Hello World!' } } } </script> <template> <p class="greeting">{{ greeting }}</p> </template> <style> .greeting { color: red; font-weight: bold; } </style> {VUE}


Would produce:

History

Information Version
Yannick Nsenga 3
Josaphat Imani Nathan 2
Josue Zirimwabagabo 1
Show PHP error messages