添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
慷慨的鼠标垫  ·  Real-time streaming ...·  2 月前    · 
闯红灯的雪糕  ·  HTML Video·  5 月前    · 
温文尔雅的生姜  ·  mssql sqlserver ...·  6 月前    · 

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

Thank you for the new release!

I've just updated bootstrap-vue to 0.17.0 and when I run the project an error is thrown:
"Uncaught TypeError: t.includes is not a function", pointing to bootstrap-vue.esm.js.

Does anybody else have the same error?
Any suggestion for fixing it?

Thanks for the prompt responses!

The browser is Chromium v46.

In the /dist/bootstrap-vue.esm.js this is the only occurrence of t.includes:

function omitLinkProps() {
	for (var t = [], e = arguments.length; e--;) t[e] = arguments[e];
	return Object.keys(props).reduce(function(e, n) {
		return t.includes(n) || (e[n] = props[n]), e
	}, {})
      TypeError: undefined is not a constructor (evaluating 'Object.assign(i("href","to"),{href:{type:O.href.type},to:{type:O.to.type}})')