build script changes, vue: from jsx to template

This commit is contained in:
Rene
2019-08-01 21:26:11 +02:00
parent 2b90b89598
commit 3b6630a30a
24 changed files with 592 additions and 285 deletions
+2 -1
View File
@@ -42,6 +42,7 @@ I've created this plugin because I hate ugly and space consuming scrollbars. Sim
- RTL Direction support. (with normalization)
- Simple and effective scrollbar-styling.
- Rich extension system.
- TypeScript support.
## Sponsors
<table>
@@ -138,7 +139,7 @@ I recommend setting these options in your **tsconfig.json**:
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"esModuleInterop": true
}
}
```