```html
div id="app"
textarea v-model="v"
p class="pl"
{{ v }}
```
```css
.pl {
white-space: pre-line;
}
```
```js
new Vue({
el: '#app',
data: {
v: 'Hello'
}
})
```
Codepen
[ Ссылка ]
Vue.js
[ Ссылка ]
#JavaScript #Vue.js #Vue #Frontend #shorts
--------------------------------------------------
Please Check my movies!!
▶︎Movie - CSS
writing-mode
[ Ссылка ]
text-transform
[ Ссылка ]
zoom
[ Ссылка ]
▶︎Movie - JavaScript
Array.prototype.concat()
[ Ссылка ]
filter(v, i, self) - Duplicate items
[ Ссылка ]
▶︎Movie - HTML
input
[ Ссылка ]
del & ins
[ Ссылка ]
▶︎Movie - SCSS
min, max
[ Ссылка ]
mix
[ Ссылка ]
▶︎Movie - Vue.js
Methods
[ Ссылка ]
▶︎Movie - SVG
Introduction
[ Ссылка ]
--------------------------------------------------
▶︎Target
For beginners to learn.
For intermediate reviewers.
▶︎Weekly plan - 2021
Mon. JavaScript
Tue. CSS
Wed. Any
Thu. Any
Fri. Any
▶︎Why I post
I'm not good at reading thick books.
When I became an engineer, I was frustrated many times.
The documentation out there is complicated and it has afflicted me.
So I want to explain programming as simply as possible.
Of course, it also serves as my study.
▶︎My future
Recently I'm making a short video. but want to make a long video when I have time.
want to make a site and try to monetize it.
But also want to support the programming challenges of beginners.
Let's all do our best!
And I hope the world goes for the better with programming.
Please subscribe to the channel.
[ Ссылка ]
Ещё видео!