ws456999 / vue-typescript-starter

vue-typescript-starter 脚手架
327 stars 95 forks source link

项目中碰到的问题 #2

Closed twinkle77 closed 6 years ago

twinkle77 commented 6 years ago

typescript新手。请求下博主,万分感谢

jkchao commented 6 years ago

@sinner77 hi

export default class Hello extends Vue {
  $refs: {
    form: HTMLFormElement
  }
  // ...
}

其他问题可以参考下这个项目

https://github.com/jkchao/vue-admin

ws456999 commented 6 years ago

@sinner77 ,用 @jkchao 的方式确实是最好的办法