File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ npm install
3434
3535``` js
3636< template>
37- < div id = " app " >
37+ < div>
3838 < YouTubeWidget apiKey= " YOUR_API_KEY" channelId= " YOUR_CHANNEL_ID" >< / YouTubeWidget>
3939 < / div>
4040< / template>
@@ -43,7 +43,6 @@ npm install
4343import YouTubeWidget from " ./components/YouTubeWidget" ;
4444
4545export default {
46- name: ' App' ,
4746 components: {
4847 YouTubeWidget
4948 }
@@ -56,7 +55,7 @@ export default {
5655
5756``` js
5857< template>
59- < div id = " app " >
58+ < div>
6059 < YouTubeWidget
6160 apiKey= " YOUR_API_KEY"
6261 channelId= " YOUR_CHANNEL_ID"
@@ -84,12 +83,7 @@ export default {
8483```
8584
86854. Write your additional custom styles for widget.
87- 5. Run dev server:
88-
89- ```js
90- npm run serve
91- ```
92- 6. Enjoy! 🎉
86+ 5. Enjoy! 🎉
9387
9488-------------
9589
You can’t perform that action at this time.
0 commit comments