Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit b613fef

Browse files
committed
docs: update
1 parent c73b288 commit b613fef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ const Vue2SFC = transform(`
224224

225225
We recommend using [VS Code](https://code.visualstudio.com/) with [Volar](https://github.com/johnsoncodehk/volar) to get the best experience (You might want to disable Vetur if you have it).
226226

227-
When using Volar, you will need to install `@vue/runtime-dom` as devDependencies to make it work on Vue 2.
227+
When using Volar, you need to install `@vue/runtime-dom` as devDependencies to make it work on Vue 2.
228228

229229
```bash
230230
npm i -D @vue/runtime-dom
@@ -309,6 +309,7 @@ If you enjoy using `<script setup>`, you might also want to try [`unplugin-auto-
309309
- [x] Global types
310310
- [x] Merge with normal scripts
311311
- [x] [Ref Sugar (take 2)](https://github.com/vuejs/rfcs/discussions/369)
312+
- [x] `<template lang="pug">` support
312313
- [x] Vite plugin
313314
- [x] Webpack plugin
314315
- [x] Nuxt module

0 commit comments

Comments
 (0)