This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$clHard: #26418f; | |
$grayDarker: #4a4a4a; | |
$clSuperSoft: #f0f3fc; | |
.vk-readspeaker { | |
position: absolute; | |
min-width: 400px; | |
z-index: 10000; | |
left: 13px; | |
top: 9px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<ul id="menu"> | |
<li><a href="#/Welcome">Welcome</a></li> | |
<li><a href="#/Products">Products</a></li> | |
<li><a href="#/Contact">Contact</a></li> | |
</ul> | |
<div id="content"> | |
<router-view></router-view> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<ul id="menu"> | |
<li><a href="#/Welcome">Welcome</a></li> | |
<li><a href="#/Products">Products</a></li> | |
<li><a href="#/Contact">Contact</a></li> | |
</ul> | |
<div id="content"> | |
<router-view></router-view> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<button click.delegate="addData()">Add Data</button> | |
<button click.delegate="popData()">Pop Data</button> | |
<button click.delegate="spliceData()">Splice Data</button> | |
<button click.delegate="replaceData()">Replace Data</button> | |
<hr> | |
Data: | |
<table> | |
<tr repeat.for="val of data"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<!-- ==================================================== --> | |
<require from="./custom-outer"></require> | |
<section> | |
<h2>Using custom element</h2> | |
<custom-outer items.bind="items"> | |
<template replace-part="item-template">${item.value}</template> | |
</custom-outer> | |
</section> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<ul id="menu"> | |
<li><a href="#/Welcome">Welcome</a></li> | |
<li><a href="#/Products">Products</a></li> | |
<li><a href="#/Contact">Contact</a></li> | |
</ul> | |
<div id="content"> | |
<router-view></router-view> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<ul id="menu"> | |
<li><a href="#/Welcome">Welcome</a></li> | |
<li><a href="#/Products">Products</a></li> | |
<li><a href="#/Contact">Contact</a></li> | |
</ul> | |
<div id="content"> | |
<router-view></router-view> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<ul id="menu"> | |
<li><a href="#/Welcome">Welcome</a></li> | |
<li><a href="#/Products">Products</a></li> | |
<li><a href="#/Contact">Contact</a></li> | |
</ul> | |
<div id="content"> | |
<router-view></router-view> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<ul id="menu"> | |
<li><a href="#/Welcome">Welcome</a></li> | |
<li><a href="#/Products">Products</a></li> | |
<li><a href="#/Contact">Contact</a></li> | |
</ul> | |
<div id="content"> | |
<router-view></router-view> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="block1"> | |
<div class="block1__inner"> | |
</div> | |
</div> | |
<div class="block1 block1--bordered"> | |
<div class="block1__inner"> | |
</div> | |
</div> | |
<div class="block1"> |
NewerOlder