Skip to content

Instantly share code, notes, and snippets.

View AlexeyKot's full-sized avatar

Alexey Chernov AlexeyKot

  • Russian Federation, Moscow
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Computed Property</title>
</head>
<body>
<div id="app">
<h1>Ваш возраст</h1>
<input v-model="age" type="text">
<a v-if="age18" id="_14" href="#">Перейдите  по ссылке</a>