Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE11 Bug - Object doesn't support property or method 'values' #1299

Closed
aaronwhitedev opened this issue Dec 11, 2017 · 1 comment
Closed

IE11 Bug - Object doesn't support property or method 'values' #1299

aaronwhitedev opened this issue Dec 11, 2017 · 1 comment

Comments

@aaronwhitedev
Copy link

var MdComponents = _interopRequireWildcard(_components);

function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var VueMaterial = function VueMaterial(Vue) {
(0, _material2.default)(Vue);

Object.values(MdComponents).forEach(function (MdComponent) {
Vue.use(MdComponent);
});
};

@Samuell1
Copy link
Member

Duplicated: #1182

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants