Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haijian-vaadin committed Jan 29, 2021
1 parent 8876092 commit 815049e
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 60 deletions.
36 changes: 18 additions & 18 deletions docs/iron-component-page/iron-component-page.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/vaadin-router/demo/demo-elements/user.bundle.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<html><head></head><body><dom-module id="x-user-html-bundle-view"><template><style>:host{display:block;}</style><h1>User Profile</h1><p>User id: <b>[[location.params.id]]</b>. This view was loaded using HTML bundle.</p></template></dom-module><script>function _createSuper(Derived){return function(){var Super=babelHelpers.getPrototypeOf(Derived),result;if(_isNativeReflectConstruct()){var NewTarget=babelHelpers.getPrototypeOf(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else{result=Super.apply(this,arguments)}return babelHelpers.possibleConstructorReturn(this,result)}}function _isNativeReflectConstruct(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{Date.prototype.toString.call(Reflect.construct(Date,[],function(){}));return!0}catch(e){return!1}}(function(){var XUserHtmlBundleView=/*#__PURE__*/function(_Polymer$Element){babelHelpers.inherits(XUserHtmlBundleView,_Polymer$Element);var _super=_createSuper(XUserHtmlBundleView);function XUserHtmlBundleView(){babelHelpers.classCallCheck(this,XUserHtmlBundleView);return _super.apply(this,arguments)}babelHelpers.createClass(XUserHtmlBundleView,null,[{key:"is",get:function get(){return"x-user-html-bundle-view"}}]);return XUserHtmlBundleView}(Polymer.Element);customElements.define(XUserHtmlBundleView.is,XUserHtmlBundleView)})();</script></body></html>
<html><head></head><body><dom-module id="x-user-html-bundle-view"><template><style>:host{display:block;}</style><h1>User Profile</h1><p>User id: <b>[[location.params.id]]</b>. This view was loaded using HTML bundle.</p></template></dom-module><script>function _createSuper(Derived){var hasNativeReflectConstruct=_isNativeReflectConstruct();return function _createSuperInternal(){var Super=babelHelpers.getPrototypeOf(Derived),result;if(hasNativeReflectConstruct){var NewTarget=babelHelpers.getPrototypeOf(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else{result=Super.apply(this,arguments)}return babelHelpers.possibleConstructorReturn(this,result)}}function _isNativeReflectConstruct(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{Date.prototype.toString.call(Reflect.construct(Date,[],function(){}));return!0}catch(e){return!1}}(function(){var XUserHtmlBundleView=/*#__PURE__*/function(_Polymer$Element){babelHelpers.inherits(XUserHtmlBundleView,_Polymer$Element);var _super=_createSuper(XUserHtmlBundleView);function XUserHtmlBundleView(){babelHelpers.classCallCheck(this,XUserHtmlBundleView);return _super.apply(this,arguments)}babelHelpers.createClass(XUserHtmlBundleView,null,[{key:"is",get:function get(){return"x-user-html-bundle-view"}}]);return XUserHtmlBundleView}(Polymer.Element);customElements.define(XUserHtmlBundleView.is,XUserHtmlBundleView)})();</script></body></html>
2 changes: 1 addition & 1 deletion docs/vaadin-router/demo/demo-elements/user.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 815049e

Please sign in to comment.