/
tentationem
/
todo
Обзор
Документация
Войти
/
tentationem
/
todo
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/components/AddElement.vue
11 строк
255 B
tentationem
1
29 мар 2025, 05:35
29 мар 2025, 05:35
8891bec
Код
Авторство
О чём код?
<template> <div class="addTaskPanel"> <input type="text" id="1" name="textbox" placeholder="Task to be done..."> <button id="2" name="buttonAdd">Add</button> </div> </template> <style scoped> addTaskPanel{ } </style>