书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 79984 个相关结果.
  • Heroku Server

    We recommend you read the Heroku documentation for Node.js . [ Watch a free lesson on How to deploy Nuxt.js to Heroku on Vue School ](https://vueschool.io/lessons/how-to-deplo...
  • InfiniteScroll

    引入 例子 API InfiniteScroll 无限滚动加载指令。 引入 import { InfiniteScroll } from 'we-vue' Vue . use ( InfiniteScroll ) 例子 为 HTML 元素添加 v-infinite-scroll 指令即可使用无...
  • Deploy on Heroku

    How to deploy on Heroku? How to deploy on Heroku? We recommend you read the Heroku documentation for Node.js . Watch a free lesson on How to deploy Nuxt.js to Heroku o...
  • Application Structure

    487 2020-12-20 《Vuex v4.0 Document》
    Application Structure Application Structure Vuex doesn’t really restrict how you structure your code. Rather, it enforces a set of high-level principles: Application-level st...
  • 搜索相关 SearchBar

    引入 例子 API Slots Events SearchBar 搜索框。 引入 import { SearchBar } from 'we-vue' Vue . use ( SearchBar ) 例子 <template> <div> <wv-search-bar...
  • Vuex in components - mutations and actions

    Mutations and Actions Creating the Component Testing with a real Vuex store Testing using a mock store Testing a Namespaced Action (or Mutation) Conclusion This book is writ...
  • Context and Helpers

    Context and helpers Using page parameters for your API query Redirecting users & accessing the store Helpers $nuxt: The Nuxt helper Connection checker Accessing the root insta...
  • Views

    Views App Template Layouts Default Layout Custom Layout Error Page Pages HTML Head Default Meta Tags Custom Meta Tags for a Page Views The Views section describes ...
  • App Layout

    App Layout Basic Layout Advanced Layout Initialize App App Layout First thing we should do for our App is to create index.html file with app’s skeleton. <!DOCTYPE html> <...
  • 生命周期

    1285 2018-12-10 《Vue.js 技术揭秘》
    生命周期 beforeCreate & created beforeMount & mounted beforeUpdate & updated beforeDestroy & destroyed activated & deactivated 总结 生命周期 每个 Vue 实例在被创建之前都要经过一系列的初始化过程。例如需要设置数据监听...