您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

shims-vue.d.ts 144B

12345
  1. declare module '*.vue' {
  2. import { ComponentOptions } from 'vue'
  3. const componentOptions: ComponentOptions
  4. export default componentOptions
  5. }