Migrate to mithril.js
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% extends "private/skeleton.html" %}
|
||||
{% extends "/private/skeleton.html" %}
|
||||
{% block content %}
|
||||
|
||||
<h3>
|
||||
@@ -38,9 +38,6 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block script %}
|
||||
{% import 'inc/editor.js' as editor %}
|
||||
{{ editor.plugin('tinymce') }}
|
||||
|
||||
<script type="text/javascript">
|
||||
var app = new Vue({
|
||||
el: '#app',
|
||||
|
||||
Reference in New Issue
Block a user