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

initializerWarningHelper.js 262B

12345
  1. function _initializerWarningHelper(descriptor, context) {
  2. throw new Error('Decorating class property failed. Please ensure that ' + 'proposal-class-properties is enabled and runs after the decorators transform.');
  3. }
  4. module.exports = _initializerWarningHelper;