Mod Creation/Reusable Components with PetiteVue: Difference between revisions

 
(One intermediate revision by the same user not shown)
Line 78: Line 78:
   "load": ["templates.html"]
   "load": ["templates.html"]
}</syntaxhighlight>
}</syntaxhighlight>
<small>''Comments in JSON are purely illustrative and not valid markup''</small>


  <syntaxhighlight lang="js" line>// setup.mjs
  <syntaxhighlight lang="js" line>// setup.mjs
Line 130: Line 132:
   "load": ["static-templates.html"]
   "load": ["static-templates.html"]
}</syntaxhighlight>
}</syntaxhighlight>
<small>''Comments in JSON are purely illustrative and not valid markup''</small>


  <syntaxhighlight lang="js" line>// setup.mjs
  <syntaxhighlight lang="js" line>// setup.mjs
89

edits