Commit Graph

15 Commits

Author SHA1 Message Date
3c2d65e327 chore(deps): update all non-major dependencies (#693)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2024-02-05 22:21:26 +08:00
3f8f4bbfc6 feat: resolve TS type (#664) 2024-01-21 17:25:13 +08:00
fdc88d928b chore(deps): update all non-major dependencies (#688)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2024-01-21 17:11:15 +08:00
57c941e2ca chore: fix vue jsx types 2024-01-13 02:48:15 +08:00
477462bc01 fix: disable incremental 2023-08-27 23:51:25 +08:00
768fb3ec2a refactor: improve types 2023-08-01 15:02:21 +08:00
450d742287 fix: support es2015
closes #650
2023-06-26 15:54:05 +08:00
dbba3205e4 refactor: upgrade project setup (#646) 2023-06-22 12:14:02 +08:00
1ab8483933 feat: allow string arguments on directives (#496)
* chore: update dependencies

* feat: allow string arguments on directives

resolves #325
2021-09-22 10:27:50 +08:00
55035e3f1d fix: throw state.get(...) when using object slots (#494) 2021-09-03 23:52:48 +08:00
a7121f8553 chore: use airbnb-typescript/base eslint plugin (#420) 2021-04-30 18:29:48 +08:00
e9aa278b20 fix: ts error 2020-10-12 13:49:27 +08:00
018c2ca6af chore: set compilerOptions.target as es2015 2020-09-14 16:43:55 +08:00
ebbd992ba0 chore: use typescript to refactor test and fix some bugs(#42)
* style: formate code

* chore: disable no-non-null-assertion

* chore: test vHtml and vText

* chore: set optimize as true in test

* style: fix eslint warning

* chore: v-model test

* fix: v-model has not type should use vModelText

* chore: use typescript to refactor test

* fix: slots test

* feat: support isCustomElement
2020-07-25 22:39:19 +08:00
bc4ef2c028 refactor: with TypeScript (#24)
* refactor: add ts support (#19)

Co-authored-by: 逆寒 <869732751@qq.com>
2020-07-09 20:51:47 +08:00