volar.config.ts 86 B

123456
  1. import route from 'volar-plugin-vue-router'
  2. export default {
  3. plugins: [route()],
  4. }