Mark as deprecated an recommend vue instead

This commit is contained in:
2019-03-29 14:42:33 +01:00
parent 1d476d03d7
commit 119900337d
8 changed files with 59 additions and 10 deletions

View File

@@ -1,5 +1,9 @@
import { NodesBase } from "./NodesBase";
/**
* Create $element from a node of type post
* @deprecated use vue instead
*/
export class Posts extends NodesBase {
static create$item(post) {
let content = [];