ktsn / vue-template-loader

Vue.js 2.0 template loader for webpack
MIT License
266 stars 26 forks source link

template scoped #48

Closed quteam closed 6 years ago

quteam commented 6 years ago

Can I support separate component scopes options? like this import withRender from './main.vue.tpl?scoped&style=./style.less';

ktsn commented 6 years ago

Duplicate of #19 I'm unwilling to introduce this query trick other than style since it will be easily complicated the both user land import statement and internal complexity.