Skip to content

Commit 3961c5d

Browse files
committed
dics: modify
1 parent 18d42c7 commit 3961c5d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010

1111
Using class can help you avoid `ref`, `reactive` , `computed` and `withDefaults`, and significantly reduce your mental burden and better organize your code. It supports vue2 and vue3 at the same time. After gzip compression, it is only 1KB
1212

13-
## [function](https://github.com/fmfe/vue-class-setup/blob/main/examples/vite-vue3/src/components/native.vue) vs [class](https://github.com/fmfe/vue-class-setup/blob/main/examples/vite-vue3/src/components/class-setup.vue)
14-
15-
![function vs class](./docs/compare.png)
16-
1713
## vue-class-component vs vue-class-setup
1814

1915
**We should deprecate [vue-class-component](https://github.com/vuejs/vue-class-component/issues/569), and use class in setup**

0 commit comments

Comments
 (0)