vuejs / Discussion

Vue.js discussion
167 stars 17 forks source link

The problem of include Jade file with vue-loader #463

Closed chaoren1641 closed 9 years ago

chaoren1641 commented 9 years ago

Here is my Vue component structure:

<template lang="jade">
include index.jade
</template>

<style lang="less">
@import "index.less";
</style>

<script>
</script>

When the index.jade file changes,webpack-dev-server will not automatically compile code, there is no good solution to it?

chaoren1641 commented 9 years ago

is ok now.

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