Using a global enum with TypeScript and Vue SFC

前端 未结 0 2015
余生分开走
余生分开走 2020-12-03 18:05

I am trying to declare an enum with TypeScript and then use it in Vue SFC. It works when using the enum e.g. ModalType.None in the