0.1.0 • Published 10 months ago

olib-todo-test v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
10 months 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

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago