forked from cory/tildefriends
Module-ified the ssb app and started to integrate tfrpc.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3911 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"use strict";
|
||||
import * as tfshared from './tf-shared.js';
|
||||
|
||||
Vue.component('tf-message', {
|
||||
props: ['message', 'messages', 'votes'],
|
||||
data: function() { return { showRaw: false } },
|
||||
@@ -39,7 +40,7 @@ Vue.component('tf-message', {
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
markdown: markdown,
|
||||
markdown: tfshared.markdown,
|
||||
set_reply: function() {
|
||||
g_data.reply_root = this.content_json.root || this.message.id;
|
||||
g_data.reply_branch = this.message.id;
|
||||
|
Reference in New Issue
Block a user