Manta UI - newlife-js/Wiki GitHub Wiki
v5๋ถํฐ form-inline ๋์ row col class์ฌ์ฉ
https://vcalendar.io/?ref=madewithvuejs.com
npm i v-calendar
@main.js
import VCalendar from 'v-calendar';
Vue.use(VCalendar, {
componentPrefix: 'vc', // Use <vc-calendar /> instead of <v-calendar />
});
โป methods์์ ๋ ์ง๋ฅผ ๋ฐ๊ฟ์ค๋ ๋ฌ๋ ฅ์์๋ ์ ์ฉ์ด ์๋๋ ๋ฌธ์ ๊ฐ ์์... range๋ฅผ computed์ ๋ฃ๊ณ , computed์ ๋ค์ด๊ฐ๋ ์์ฑ์ ๋ฐ๊ฟ์ค์ผ ํจ...
ํด๋ฆญ์ผ๋ก ๋ ์ง ๋ฐ๋ ๋ ๋ ์๋ฌ๋์.. computedํ ๋ setter์์ ๊ทธ ์์ฑ๊น์ง ๋ฐ๊ฟ์ฃผ๋๋ก ํด์ค...
๋ ์ง๊ฐ ๋ฐ๋์ด๋, ๋ฌ๋ ฅ page๊ฐ ์๋ฐ๋.. :from-page์ month, year ๊ณ์ฐํด์ ๋๊ฒจ์ค์ผ...
vue2-google-maps
picker
info window
์ฌ๋ฌ ํด๋์ค๊ฐ ๊ฐ์ style ๊ฐ์ง๊ณ ์ถ์ ๋๋ ,๋ก ์ฐ๊ฒฐ
.class1, .class2 {}
์ฌ๋ฌ ํด๋์ค๋ฅผ ๊ฐ์ง element์ ๋ํด์, ํด๋์ค1์ ๊ฐ์ก์ง๋ง ํด๋์ค2๋ ๊ฐ์ง์ง ์์ element์ ๋ํด์๋ง style์ ์ ์ฉํ๊ณ ์ถ์ ๊ฒฝ์ฐ์๋
.class1:not(.class2) { }
:not ์์ ๋์ด์ฐ๊ธฐ ๋ฃ์ผ๋ฉด class1์ ์์ element ์ค class2๊ฐ ์๋ ์ ๋ค์๊ฒ ์ ์ฉ๋๋ ์ฃผ์
ionic.io/ionicons
Unknown custom element๋ผ๋ warning์ด ๋ธ
-> Vue.config.ignoredElements = ['ion-icon']
์ถ๊ฐ
<ion-icon name="flash" class="thin"></ion-icon>
<ion-icon name="flash-outline"></ion-icon>
<ion-icon name="flash-sharp" size="large"></ion-icon>
.thin {
--ionicon-stroke-width: 8px;
}
myElement.focus() // input Tag์ ์ปค์ ๊ฐ๋๋ก
myElement.scrollIntoView({block:'start'}) // element ์์น๋ก ์คํฌ๋กค ์ด๋(์คํฌ๋กค์ ์์ ์์น๊ฐ)