书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 5419 个相关结果.
  • 5.2 Introduction Advice

    5.2 Introduction Advice 5.2 Introduction Advice Introduction advice is distinct from Around advice in that it involves providing an implementation instead of decorating. Examp...
  • LocaleProvider 国际化

    LocaleProvider 国际化 安装方法 代码示例 相关区块 暂无相关区块 LocaleProvider 国际化 如果项目中使用的是 1.x 版本的基础组件(@alifd/next),请在左侧导航顶部切换组件版本。 安装方法 在命令行中执行以下命令 npm install @icedesign / base @latest ...
  • 如何使用预处理器?

    预处理器 如何在 Nuxt.js 中使用预处理器? 预处理器 如何在 Nuxt.js 中使用预处理器? 得益于 vue-loader , 我们可以通过 lang 属性在组件中的<template> , <script> 或 <style> 上使用各种预处理器。 举个例子,我们在 pages/index.vue 组件中使用 Pug , ...
  • How to use CSS pre-processors?

    How to use CSS pre-processors? How to use CSS pre-processors? Thanks to Vue Loader , you can use any kind of pre-processor for your <template> , <script> or <style> : simply u...
  • LocaleProvider 国际化

    国际化 LocaleProvider Vue Script API 国际化 LocaleProvider 默认语言包 <za-locale-provider lang = "zh_CN" > <za-search-bar shape = "round" : showCancel = "true" ref = "searc...
  • 3.6.3 Scopes on Meta Annotations

    3.6.3 Scopes on Meta Annotations 3.6.3 Scopes on Meta Annotations Scopes can be defined on Meta annotations that you can then apply to your classes. Consider the following exam...
  • 3.6.3 Scopes on Meta Annotations

    3.6.3 Scopes on Meta Annotations 3.6.3 Scopes on Meta Annotations Scopes can be defined on Meta annotations that you can then apply to your classes. Consider the following exam...
  • Service Profile Commands

    Service Profile Commands Create-Controller Create-Client Create-Websocket-Server Create-Websocket-Client Service Profile Commands The service profile includes commands that...
  • 支持多种样式预编译

    支持多种样式预编译 使用 less 预编译: 使用 postcss 预编译: 单位转换 使用 BEM 命名规范 @import 外部文件 支持多种样式预编译 Min 提供 postcss、less 预编译支持 使用 css 预编译语言,务必先在 .wxa 、.wxp 、.wxc 单文件的 style 标签上增加 lang 属性,可选值分别...
  • 国际化

    国际化 兼容 vue-i18n@5.x 兼容其他 i18n 插件 兼容 vue-i18n@6.x 按需加载里定制 i18n 通过 CDN 的方式加载语言文件 国际化 Element 组件内部默认使用中文,若希望使用其他语言,则需要进行多语言设置。以英文为例,在 main.js 中: // 完整引入 Element import V...