From 6f05d95e2cad886544cad055712a61a6c25b02c0 Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 10 Aug 2022 12:51:06 -0400 Subject: [PATCH] chore: downgrade volar vscode you're driving me mad --- README.md | 2 ++ components/StoryStatBox.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d90610e..61eb9cd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Nuxt 3 Minimal Starter +**WARN: Volar 0.40.0 breaks everything and I don't know why — stick with Volar 0.39.5.** + Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more. ## Setup diff --git a/components/StoryStatBox.vue b/components/StoryStatBox.vue index 53268bb..00c96d8 100644 --- a/components/StoryStatBox.vue +++ b/components/StoryStatBox.vue @@ -2,7 +2,7 @@ import dayjs from "dayjs"; import utc from "dayjs/plugin/utc.js"; import tz from "dayjs/plugin/timezone.js"; -import type { StoryParsedContent } from "@/shared/types"; +import { type StoryParsedContent } from "@/shared/types"; dayjs.extend(utc); dayjs.extend(tz);