mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 16:14:43 -04:00
Revert experimental vue for now
This commit is contained in:
parent
4bbe035beb
commit
26d8942852
7 changed files with 1 additions and 60 deletions
|
@ -29,14 +29,6 @@ import { saveAs } from 'file-saver';
|
|||
import List from 'list.js';
|
||||
import S from 'string';
|
||||
|
||||
import Cover from './views/Cover';
|
||||
import Vue from 'vue';
|
||||
|
||||
new Vue({
|
||||
el: '#cover-app',
|
||||
render: (h) => h(Cover)
|
||||
})
|
||||
|
||||
const options = {
|
||||
valueNames: ['id', 'text', 'timestamp', 'fromNow', 'time', 'tags', 'pinned'],
|
||||
item: '<li class="col-xs-12 col-sm-6 col-md-6 col-lg-4">\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue