misc: migrate to vuetify 2.0 (wip)
This commit is contained in:
50
.babelrc
50
.babelrc
@@ -19,53 +19,9 @@
|
||||
"@babel/plugin-proposal-throw-expressions",
|
||||
[
|
||||
"prismjs", {
|
||||
"languages": [
|
||||
"markup",
|
||||
"css",
|
||||
"clike",
|
||||
"javascript",
|
||||
"c",
|
||||
"bash",
|
||||
"basic",
|
||||
"cpp",
|
||||
"csharp",
|
||||
"arduino",
|
||||
"ruby",
|
||||
"elixir",
|
||||
"fsharp",
|
||||
"go",
|
||||
"graphql",
|
||||
"handlebars",
|
||||
"haskell",
|
||||
"ini",
|
||||
"java",
|
||||
"json",
|
||||
"kotlin",
|
||||
"latex",
|
||||
"less",
|
||||
"makefile",
|
||||
"markdown",
|
||||
"matlab",
|
||||
"nginx",
|
||||
"objectivec",
|
||||
"perl",
|
||||
"php",
|
||||
"powershell",
|
||||
"pug",
|
||||
"python",
|
||||
"typescript",
|
||||
"rust",
|
||||
"scss",
|
||||
"scala",
|
||||
"smalltalk",
|
||||
"sql",
|
||||
"stylus",
|
||||
"swift",
|
||||
"vbnet",
|
||||
"yaml"
|
||||
],
|
||||
"plugins": ["line-numbers"],
|
||||
"theme": "dark",
|
||||
"languages": ["clike", "markup"],
|
||||
"plugins": ["line-numbers", "autoloader", "normalize-whitespace"],
|
||||
"theme": "twilight",
|
||||
"css": true
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user