Getting started with Vue
This commit is contained in:
parent
5e758aea00
commit
9456c82536
10
erpnext/www/web-academy.html
Normal file
10
erpnext/www/web-academy.html
Normal file
@ -0,0 +1,10 @@
|
||||
{% extends "templates/web.html" %}
|
||||
|
||||
{% block title %}{{ heading or "Web Academy"}}{% endblock %}
|
||||
|
||||
{% block page_content %}
|
||||
|
||||
<div id="web-academy"></div>
|
||||
<script type="text/javascript" src="/assets/js/frappe-web-academy.min.js"></script>
|
||||
|
||||
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user