rx-837

Results 6 issues of rx-837

I have the error when compile single file component *.vue, contains {{ TS_CODE_HERE }} ``` ERROR in ./node_modules/awesome-typescript-loader/dist/entry.js!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/components/HelloDecorator.vue Module build failed: Error: Final loader didn't return a Buffer or String...

**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [x] Refactor - [...

As can I see property "options" is declared in interface "GlobalVTooltip" `types/index.d.ts`: ``` export interface GlobalVTooltip { enabled?: boolean options?: Partial } declare const vToolTip: PluginFunction & GlobalVTooltip; export default...

**Is your feature request related to a problem? Please describe.** Drowdown element has a structure `ul>li>slot`. I have a case when should to set custom class name to option element(li)....

**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...