mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04:00
Install vue and babel dependency
This commit is contained in:
parent
d6ae7a36ae
commit
a06fad974e
4 changed files with 21 additions and 0 deletions
|
@ -28,6 +28,8 @@ var saveAs = require('file-saver').saveAs;
|
|||
var List = require('list.js');
|
||||
var S = require('string');
|
||||
|
||||
import Vue from 'vue';
|
||||
|
||||
var 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