书栈网 · BookStack 本次搜索耗时 0.042 秒,为您找到 5359 个相关结果.
  • Route File Naming

    Route File Naming Root Route Basic Routes Dynamic Route Parameters Optional Segments Layout Routes Pathless Layout Routes Dot Delimiters Splat Routes Escaping special chara...
  • Tag标签

    代码演示 Presets: Custom: API Tag 事件 Tag.CheckableTag 事件 代码演示 基本用法 基本标签的用法,可以通过添加 closable 变为可关闭标签。可关闭标签具有 close 两个事件。 <template> <div> <a-tag> Tag 1 <...
  • Input 输入框

    Input 输入框 基础用法 禁用状态 一键清空 格式化 密码框 带图标的输入框 文本域 自适应文本域 复合型输入框 尺寸 输入长度限制 Input 属性 Input 插槽 Input 事件 Input 方法 源代码 贡献者 Input 输入框 通过鼠标或键盘输入字符 WARNING Input 为受控组件,它 总...
  • <Document>

    <Document> Caveats Customizing renderPage <Document> The Document component in app/pages/_document.tsx can be used to augment your application’s <html> and <body> tags....
  • i18n

    i18n Installation Usage examples Using local files Using the embed.FS Determine the language i18n The i18n middleware provides internationalization and localization for Fl...
  • Internationalization(国际化)

    国际化 (i18n) 快速入门 API 创建翻译 自定义组件 Vue i18n 国际化 (i18n) Vuetify 支持其组件的语言国际化 (i18n)。 在引导应用程序时,您可以使用 current 选项指定可用的语言环境和当前活动的语言环境。lang 服务还支持与 vue-i18n 的轻松集成。 快速入门 要设置可用的语言...
  • Notification通知提醒框

    Notification 通知提醒框 何时使用 代码演示 API Notification 通知提醒框 全局展示通知提醒信息。 何时使用 在系统四个角显示通知提醒信息。经常用于以下情况: 较为复杂的通知内容。 带有交互的通知,给出用户下一步的行动点。 系统主动推送。 代码演示 Open the notification b...
  • style扩展特性

    style域扩展 CSS预处理器 rpx转换 style域扩展 CSS预处理器 mpx支持所有主流的css预编译处理,只需要在style的lang中设置使用的预编译语言(stylus/less/sass等)并且安装对应的webpack-loader即可正常使用。 示例: <template> <view class = ...
  • Month Abbreviations1.0.0+

    Month Abbreviations1.0.0+ Month Abbreviations1.0.0+ // From 2.12.0 onward moment . updateLocale ( 'en' , { monthsShort : String [] }); moment . updateLocale...
  • Kotlin 遇到 MyBatis:到底是 Int 的错,还是 data class 的错?

    862 2020-05-28 《Kotlin 基础教程》
    Kotlin 遇到 MyBatis:到底是 Int 的错,还是 data class 的错? 问题出现 问题探究 ① —— Kotlin 的类型映射 问题探究 ② —— JavaBean 的无参构造 解决方案 ① —— 我就用 Integer 了怎么着吧 解决方案 ② —— kotlin.Int 什么时候映射为 Integer 解决方案 ③ —— ...