This repository was archived by the owner on Jan 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ npm install myscript-text-web
73
73
74
74
``` html
75
75
<script type =" module" href =" node_modules/myscript-text-web/myscript-text-web.js" ></script >
76
- <script src =" node_modules/webcomponentsjs/webcomponents-loader.js" ></script >
76
+ <script src =" node_modules/@webcomponents/ webcomponentsjs/webcomponents-loader.js" ></script >
77
77
```
78
78
79
79
3 . Still in the ` head ` section, add the following style:
@@ -101,7 +101,7 @@ npm install myscript-text-web
101
101
<html >
102
102
<head >
103
103
<script type =" module" href =" node_modules/myscript-text-web/myscript-text-web.js" ></script >
104
- <script src =" node_modules/webcomponentsjs/webcomponents-loader.js" ></script >
104
+ <script src =" node_modules/@webcomponents/ webcomponentsjs/webcomponents-loader.js" ></script >
105
105
<style >
106
106
myscript-text-web {
107
107
height : 100vw ;
Original file line number Diff line number Diff line change 24
24
"dependencies" : {
25
25
"@polymer/polymer" : " ^3.0.0-pre.13" ,
26
26
"myscript-common-element" : " github:myscript/myscript-common-element#wip-polymer-3" ,
27
+ "@polymer/paper-toast" : " ^3.0.0-pre.19" ,
27
28
"@webcomponents/webcomponentsjs" : " ^2.0.0"
28
29
},
29
30
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments