%20long_hair%20murata_ryou%20purple_eyes%20skirt%20thighhighs%20tie%20white_hair%20zettai_ryouiki.jpg)
solved Could not find a declaration file for module 'vuex'.
Recently I was rewriting the email client using Vue and encountered an error when using Vuex to process data.
Could not find a declaration file for module 'vuex'.
Vuex does not have @types/vuex
, so it can only be solved by adding d.ts manually.
Add vuex.d.ts in the project directory and add the following content:
declare module "vuex" { |
本文是原创文章,采用CC BY-NC-SA 4.0协议,完整转载请注明来自小竹's blog
评论 ()