-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add petite-vue plugins support #167
base: main
Are you sure you want to change the base?
Commits on Jul 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2525578 - Browse repository at this point
Copy the full SHA 2525578View commit details
Commits on Aug 29, 2022
-
Add
$root
refer to component root elementSome times like in dialogs we need access to root component from child nodes, also it is a way to access root element from `v-scope` . the next snippet from another PR to expose `$el` to scope, but this PR can solve the same problem also ```html <textarea v-scope="{width: $root.offsetWidth, height: $root.offsetHeight}" @click="width = $el.offsetWidth; height = $el.offsetHeight;" > {{ width }} × {{ height }} </textarea> ```
wusaby-rush committedAug 29, 2022 Configuration menu - View commit details
-
Copy full SHA for b66a6dd - Browse repository at this point
Copy the full SHA b66a6ddView commit details -
Change scope of ref with
v-scope
wusaby-rush committedAug 29, 2022 Configuration menu - View commit details
-
Copy full SHA for 980daf5 - Browse repository at this point
Copy the full SHA 980daf5View commit details
Commits on Feb 17, 2023
-
rush committed
Feb 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 53bb85f - Browse repository at this point
Copy the full SHA 53bb85fView commit details -
rush committed
Feb 17, 2023 Configuration menu - View commit details
-
Copy full SHA for f07deba - Browse repository at this point
Copy the full SHA f07debaView commit details -
Change package name and version
rush committedFeb 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 765ad2c - Browse repository at this point
Copy the full SHA 765ad2cView commit details
Commits on Feb 18, 2023
-
rush committed
Feb 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 3b3a1bb - Browse repository at this point
Copy the full SHA 3b3a1bbView commit details -
rush committed
Feb 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 251feaa - Browse repository at this point
Copy the full SHA 251feaaView commit details
Commits on Feb 23, 2023
-
rush committed
Feb 23, 2023 Configuration menu - View commit details
-
Copy full SHA for c06ead9 - Browse repository at this point
Copy the full SHA c06ead9View commit details -
rush committed
Feb 23, 2023 Configuration menu - View commit details
-
Copy full SHA for f66176f - Browse repository at this point
Copy the full SHA f66176fView commit details -
rush committed
Feb 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 579cd71 - Browse repository at this point
Copy the full SHA 579cd71View commit details
Commits on May 19, 2023
-
rush committed
May 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 2feafa6 - Browse repository at this point
Copy the full SHA 2feafa6View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8fbf6da - Browse repository at this point
Copy the full SHA 8fbf6daView commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7cd9f30 - Browse repository at this point
Copy the full SHA 7cd9f30View commit details
Commits on Jun 3, 2024
-
fix: fix pico-vue dependcies to 3.2.27
rush committedJun 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 72ff52c - Browse repository at this point
Copy the full SHA 72ff52cView commit details
Commits on Jun 11, 2024
-
deps: update typescript dependcy to 5.4.5
rush committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for a218db7 - Browse repository at this point
Copy the full SHA a218db7View commit details -
dependcy: upgrade vite to 5.2.13
rush committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for f50d781 - Browse repository at this point
Copy the full SHA f50d781View commit details -
depndcy: uupdate @vue/reactivity to 3.2.45
rush committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for c5b0f5d - Browse repository at this point
Copy the full SHA c5b0f5dView commit details -
dependcy: fix @VUE@reactivity version
rush committedJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 9369a77 - Browse repository at this point
Copy the full SHA 9369a77View commit details -
rush committed
Jun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for de86716 - Browse repository at this point
Copy the full SHA de86716View commit details