xiangnan

Results 37 comments of xiangnan

> For nuxt, this worked for me: > > 1. I created a `rating.js` under the `plugins` folder with the following content > > ``` > import Vue from 'vue'...

Note, calling the `red:read_reply` can get correct message after this message is published.

@AnshumanRohella thanks. I'll try it when necessary

@janpio strongly recommend using `@comment` method! The `///` is implicit.

for example, you place some invalid content in `.env-cmdrc` like this: ``` {"base":{"num": 20 * 3 * 40}} ``` and you run `env-cmd -e base echo bla`, it says `Error:...

all in all, I'm trying to make a namespaced version of luvit to luarocks and opm. so `require('xxx')` will be `require('luvit.xxx')`. make it available to other non-server use cases, is...