savokiss

Results 30 comments of savokiss

On iphones,there are `valid_extensions` in the source code. On android,that may be the system's fault,not sure so much.

Missing pen. I have the similar issue that when you input with some input method software, the first two words sometimes missing. I can't reproduce this but i have two...

可以试下关闭 symlinks ```js // vue.config.js module.exports = { chainWebpack: (config) => { config.resolve.symlinks(false) } } ``` https://cli.vuejs.org/guide/troubleshooting.html#running-installation-with-sudo-or-as-root

@Smallpath Sorry, I don't use `Vue.resource` but `Vue.http`, and just need the simple post method to support array data with no `[]`, any clue?

@Smallpath @steffans My fault, I think there were some misunderstanding...I do mean array data in the post body. My code like this : ``` Vue.http.post('/someUrl', { id: 1, gids: [123,...

@Smallpath No, that doesn't work. That will make the `Form Data` a JSON string but `key/value` pairs.

I put the template in script tag and it worked. ``` ... ``` And I saw the source code get the template directly from `$templateCache`

cant show html code, i followed the guide on http://www.bootcss.com/p/sco.js/#countdown and use jQuery v1.10.2 min edition