0.1.0 • Published 2 years ago

olib-todo-test v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

This is test lib using vue 3

Ref code todo Todo example vue 3

How to use

<script setup>
   import { TodoJs, Todo } from 'brian-component-lib';
   import 'brian-component-lib/style.css';
</script>
<template>
  <div>

    <h1>Todo js</h1>
    <TodoJs />

    <h1>Todo ts</h1>
    <Todo />

  </div>
</template>
0.1.0

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago