Tag: JavaScript
All the articles with the tag "JavaScript".
Tailwind CSS Animate 动画库
Published: at 09:06 AMTailwind CSS Animate 动画库,一个好用的动画库,支持在线调试。https://www.tailwindcss-animated.com/
Vue 按钮点击取消事件冒泡
Published: at 09:06 AM如何在 Vue 中阻止按钮点击事件冒泡到父元素。本文提供了一种使用 `@click.stop` 指令的简单方法。
Vue i18n 使用及相关资源整理
Published: at 09:06 AM本文介绍 Vue i18n 的使用方法,包括语言切换、选择文本弹出提示、浏览器检测库、移动端检测库、手势检测库等相关资源和工具的整理。
Vue3 获取 DOM 元素
Published: at 09:06 AMVue3 中使用 ref 获取 DOM 元素的方法,包括 Composition API 的使用以及一些常见的错误和解决方法。