Closed quteam closed 6 years ago
Can I support separate component scopes options? like this import withRender from './main.vue.tpl?scoped&style=./style.less';
import withRender from './main.vue.tpl?scoped&style=./style.less';
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.
style
Can I support separate component scopes options? like this
import withRender from './main.vue.tpl?scoped&style=./style.less';