Mod Creation/Reusable Components with PetiteVue: Difference between revisions

(Use SyntaxHighlight)
 
(2 intermediate revisions by the same user not shown)
Line 31: Line 31:
   "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 76: 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 128: 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