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

Not working in chrome #30

Open
sudipta1411 opened this issue Jan 22, 2018 · 1 comment
Open

Not working in chrome #30

sudipta1411 opened this issue Jan 22, 2018 · 1 comment

Comments

@sudipta1411
Copy link

This is my code.

<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, minimum-scale=1.0, user-scalable=yes">
    <link rel="import" href="bower_components/webcomponentsjs/webcomponents-lite.js">
    <link rel="import" href="bower_components/polymer-quill/polymer-quill.html">
    <link rel="import" href="bower_components/polymer/polymer.html">

</head>
<body>
    <polymer-quill id="demo2" store-as="html" content="<h2>Hello World! - Store as HTML -  <a href=&quot;//proplanr.com&quot; target=&quot;_blank&quot;>proplanr.com</a></h2>"></polymer-quill>
</body>

And this is the output.

screenshot from 2018-01-22 15-46-21

Can someone please tell me what is it that I have done wrong? On a closer look, I have found that no element has its proper style.

@derhuebiii
Copy link

Did you install with bower and with it all dependencies? Looks like something could be missing there.

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