Nuxt/lib
Dax Chen 97076fa649 Add better support for pug
When using `lang="pug"`, passing Boolean `true` as prop and using directives will case errors.

See: 
https://github.com/vuejs/vue-loader/issues/693
https://github.com/vuejs/vue-loader/issues/55

For example:

```html
<template lang="pug">
foo(
  bar
  v-baz-directive
)
</template>
```

This will be rendered as
`<foo bar="bar" v-baz-directive="v-baz-directive">`
and cause errors such as `bar expected Boolean but got String` and `v`/`baz`/`directive` not defined.
2017-08-13 17:00:05 +08:00
..
app disable clientside sourceMapSupport 2017-08-10 15:18:53 +04:30
builder Add better support for pug 2017-08-13 17:00:05 +08:00
common move errors.js 2017-08-12 23:48:01 +04:30
core workaround for es6-promise and vue-server-renderer 2017-08-10 16:16:00 +04:30
index.js [internal] use es6 exports 2017-08-10 14:08:31 +04:30