8000 remove the iframe style · vuejsadmin/30-days-of-vue@2445d4d · GitHub
[go: up one dir, main page]

Skip to content

Commit 2445d4d

Browse files
committed
remove the iframe style
1 parent 786406b commit 2445d4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

day-05/day-05.cq.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ Let’s see a very simple example of this in practice. Assume we have a template
5050

5151
<iframe src='./src/static-list-example/index.html'
5252
height="275"
53-
scrolling="no"
54-
style='display: block; margin: 0 auto; width: 100%'>
53+
scrolling="no">
5554
</iframe>
5655

5756
If we had the list of numbers available to us in a collection (e.g. an array) in our Vue instance:

0 commit comments

Comments
 (0)
0