You are viewing a single comment's thread from:

RE: Added several updates to the SteemMakers test site

in #utopian-io6 years ago

Just reminder. For maintainability, consider using Vue mixins for subfeature.
For example, you want to add markdown feature on Blog.vue and Comment.vue. You can structure your project by:

.src/ts
├── components
│   ├── Blog.vue
│   └── Comment.vue
│
└── mixins
    └── markdown.ts

then if you want to add markdown feature on some component you just

import markdown from '@mixins/markdown'
export default Vue.extend({
  mixins: [markdown]
})
Sort:  

bonus some bug on busy.org comment markdown
bug-busy.gif

Thanks. I'm learning as I go, so I value your feedback. I'll look into it. Still restructuring the code.

Coin Marketplace

STEEM 0.28
TRX 0.12
JST 0.032
BTC 61195.86
ETH 3009.46
USDT 1.00
SBD 3.80